Skip to content

feat: add PostgreSQL database support - #12

Open
chestercheng wants to merge 1 commit into
feat/sqlalchemy-ormfrom
feat/postgresql-support
Open

feat: add PostgreSQL database support#12
chestercheng wants to merge 1 commit into
feat/sqlalchemy-ormfrom
feat/postgresql-support

Conversation

@chestercheng

Copy link
Copy Markdown
Contributor

Summary

  • Add the psycopg PostgreSQL driver and connection timeout handling.
  • Add clean Docker-image integration tests for SQLite and PostgreSQL.
  • Exercise webhook and authenticated dashboard APIs without direct database access.

Validation

  • uv run pytest
  • SQLite Docker API flow
  • PostgreSQL Docker API flow
  • uv run ruff check .
  • uv run ruff format --check .

Depends on #11.

Install the psycopg driver and configure PostgreSQL connection timeouts. Run the same clean-image API flow against SQLite and PostgreSQL.

Signed-off-by: chestercheng <hi@chester.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant