Right, for the experimental backend: 1. all queries run inside a transaction 2. You can’t enable fo
Right, for the experimental backend:
- all queries run inside a transaction
- You can’t enable foreign keys via the PRAGMA inside that context
- We are making foreign key enforcement the default
- You can relax it with
PRAGMA defer_foreign_keys = on - Docs coming very very soon



