fix: document SQLite synchronous=0 pragma in db_engine.py (#20) #49

Merged
cal merged 1 commits from ai/paper-dynasty-database#20 into next-release 2026-03-05 03:23:51 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
870c753bf7 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-05 03:23:30 +00:00