major-domo-database/app
Cal Corum eb886a4690 fix: remove SQLite fallback code from db_engine.py (#70)
Removes DATABASE_TYPE conditional entirely. PostgreSQL is now the only
supported backend. Moves PooledPostgresqlDatabase import to top-level
and raises RuntimeError at startup if POSTGRES_PASSWORD is unset,
preventing silent misconnection with misleading errors.

Closes #70

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 22:55:44 -05:00
..
routers_v3 fix: enforce Literal validation on sort parameter in GET /api/v3/players (#66) 2026-04-07 22:53:33 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: remove SQLite fallback code from db_engine.py (#70) 2026-04-07 22:55:44 -05:00
dependencies.py Merge branch 'main' into fix/remove-hardcoded-webhook 2026-04-08 02:24:10 +00:00
main.py fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80) 2026-04-07 22:54:27 -05:00