Paper Dynasty Database - PostgreSQL database service
Go to file
Cal Corum 4d40d8fd3f CLAUDE: Add .env.example with comprehensive configuration guide
- Documents all environment variables
- Includes SQLite and PostgreSQL configurations
- Provides example configurations for different environments
- Adds security notes and best practices
- Includes migration notes for PostgreSQL transition
2025-11-07 11:53:23 -06:00
app CLAUDE: Fix GROUP BY queries for PostgreSQL compatibility 2025-11-07 10:25:00 -06:00
.env.example CLAUDE: Add .env.example with comprehensive configuration guide 2025-11-07 11:53:23 -06:00
.gitignore Adding card variant support 2025-07-22 09:26:23 -05:00
db_engine.py Pre-Season 6 Updates 2023-10-19 23:16:47 -05:00
db_migrations.py CLAUDE: Add PostgreSQL support and table names to models 2025-11-07 10:23:14 -06:00
Dockerfile Flip image libraries due to white bar bug 2024-11-04 23:17:07 -06:00
LICENSE Initial commit 2023-02-19 21:38:07 -06:00
main.py Hash updates for marketplace transactions 2023-09-12 21:06:38 -05:00
MIGRATION_PROGRESS.md CLAUDE: Add migration progress tracking document 2025-11-07 10:54:42 -06:00
POSTGRES_MIGRATION_PLAN.md CLAUDE: Add PostgreSQL support and table names to models 2025-11-07 10:23:14 -06:00
requirements.txt CLAUDE: Add psycopg2-binary to requirements for PostgreSQL support 2025-11-07 10:53:27 -06:00
sheets.py Create sheets.py 2023-02-21 15:58:01 -06:00