Paper Dynasty Database - PostgreSQL database service
Replace per-player/card Paperdex.select().where() calls with a single batched query grouped by player_id. Eliminates N+1 queries in: - players list endpoint (get_players, with inc_dex flag) - players by team endpoint - cards list endpoint (also materializes query to avoid double count()) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .gitea/workflows | ||
| app | ||
| docs | ||
| migrations | ||
| scripts | ||
| storage/templates | ||
| .dockerignore | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| compose.production.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| requirements.txt | ||
| VERSION | ||