seitime-frappe/frappe/database/sqlite
Akhil Narang ec27078266
chore(sqlite): set connection timeout to 15 seconds and set synchronous pragma
(wal was already enabled in the file itself, no harm setting it here for consistency.

Reference: 45622c7d54

Co-authored-by: 18alantom <2.alan.tom@gmail.com>
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-15 13:59:17 +05:30
..
__init__.py feat: init sqlite 2025-04-15 13:59:16 +05:30
database.py chore(sqlite): set connection timeout to 15 seconds and set synchronous pragma 2025-04-15 13:59:17 +05:30
framework_sqlite.db refactor: use a database file directly, instead of an SQL file 2025-04-15 13:59:16 +05:30
schema.py fix(sqlite): don't try to re-create existing indices 2025-04-15 13:59:17 +05:30
setup_db.py chore: handle restoring gzipped backups 2025-04-15 13:59:16 +05:30