docs: add a TODO; also add IsSqlitePrimaryKeyError and change ForeignKey interface to '~int'
All checks were successful
CI / build-docker (push) Successful in 7s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Successful in 31s

This commit is contained in:
2026-01-10 17:19:14 -08:00
parent 2d29ce92ec
commit dc33bd84ff
2 changed files with 16 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ TODO: auto-timestamps
TODO: modified-timestamps
- set updated_at and created_at in SaveXYZ
- soft delete option
TODO: generator-foreign-keys
- add auto-foreign-key checking blocks to SaveXyz