chore: switch database backend from SQLite to PostgreSQL #28

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 23:48:51 +00:00

1 Commits

Author SHA1 Message Date
0a5a5fa800 chore: switch database backend from SQLite to PostgreSQL
Replace SQLite database configuration with PostgreSQL to improve
scalability and production readiness. PostgreSQL configuration uses
environment variables (POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD,
POSTGRES_HOST, POSTGRES_PORT) for flexible deployment across different
environments.
2025-11-23 23:47:53 +00:00