You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api,cli): add PostgreSQL store infrastructure and scaffolding
Implement base structure for PostgreSQL store using bun ORM as an
alternative to MongoDB. Store method signatures defined but not yet
implemented. Both API server and CLI now support database selection via
environment variable.
- Add PostgreSQL connection and configuration in api/server.go and
cli/main.go
- Create pg store package with method signatures for all store
operations
- Implement database connection, migration system, and logging options
- Add testcontainers-based test infrastructure for PostgreSQL
- Define entity models and store interface implementation skeleton
- Configure bun ORM with pgx driver for PostgreSQL operations
0 commit comments