Merge pull request #349 from tituspijean/patch-1

This commit is contained in:
Aarnav Tale
2025-10-27 22:00:14 -04:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ const databaseConfig = type({
type: '"sqlite" | "sqlite3"',
sqlite: {
path: 'string',
write_head_log: goBool.default(true),
write_ahead_log: goBool.default(true),
wal_autocheckpoint: 'number = 1000',
},
})