Skip to content

deps: add pg driver to backend#9

Merged
KunalDSoni merged 1 commit into
mainfrom
dev
Apr 29, 2026
Merged

deps: add pg driver to backend#9
KunalDSoni merged 1 commit into
mainfrom
dev

Conversation

@KunalDSoni
Copy link
Copy Markdown
Owner

Enables DB_DRIVER=postgres without code changes — backend/database.js already requires('pg') at runtime when the postgres driver is selected. Needed so the Render free deploy can persist data via an external Postgres (Neon free tier) instead of ephemeral SQLite on the container filesystem.

Enables DB_DRIVER=postgres without code changes — backend/database.js
already requires('pg') at runtime when the postgres driver is selected.
Needed so the Render free deploy can persist data via an external
Postgres (Neon free tier) instead of ephemeral SQLite on the container
filesystem.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@KunalDSoni KunalDSoni merged commit 52d79c5 into main Apr 29, 2026
3 checks passed
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