doc: add doc page for sqlite_lint

This commit is contained in:
2026-01-14 07:48:44 +09:00
parent 45c9e15dd3
commit 2df2c634cd
5 changed files with 139 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ TODO: modified-timestamps
TODO: generator-foreign-keys
- add auto-foreign-key checking blocks to SaveXyz
TODO: migration-structs
- Right now, migrations are strings. Could be a struct with "name", "up" and "down" fields
- Adding a "down" operation enables handling newer DB versions with "down instead of error-out" for development (perhaps a flag)