chore(database): switch from SQLite to PostgreSQL #15

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-23 15:42:54 +00:00

1 Commits

Author SHA1 Message Date
265dd9b57a chore(database): switch from SQLite to PostgreSQL
Replace SQLite database configuration with PostgreSQL configuration
that uses environment variables for connection settings. This enables
production-ready database deployment with proper credentials management
through environment variables (POSTGRES_DB, POSTGRES_USER,
POSTGRES_PASSWORD, POSTGRES_HOST, POSTGRES_PORT).
2025-11-23 15:41:52 +00:00