paper-dynasty-database/app
Cal Corum d43aa7079f fix: document SQLite synchronous=0 pragma in db_engine.py (#20)
Add explanatory comment clarifying that synchronous=OFF is a dev-only
trade-off (production uses PostgreSQL), and describing the crash-corruption
risk and how WAL mode partially mitigates it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 19:32:05 -06:00
..
routers_v2 fix: remove unused imports in PR #33 files 2026-03-03 15:52:56 -06:00
__init__.py Initial Commit with /current 2023-09-13 14:44:26 -05:00
card_creation.py Update card_creation.py 2024-02-24 21:36:44 -06:00
db_engine.py fix: document SQLite synchronous=0 pragma in db_engine.py (#20) 2026-03-03 19:32:05 -06:00
db_helpers.py Fix PostgreSQL upsert column names and CSV null handling 2026-01-30 17:28:40 -06:00
dependencies.py fix: correct inverted TESTING env check and leading space in .env (#23) 2026-03-03 21:43:54 +00:00
main.py fix: replace 467 manual db.close() calls with middleware (#30) 2026-03-03 15:52:56 -06:00
player_scouting.py Update player_scouting.py 2023-09-24 19:00:21 -05:00