Right, for the experimental backend: 1. all queries run inside a transaction 2. You can’t enable fo

Right, for the experimental backend:

  1. all queries run inside a transaction
  2. You can’t enable foreign keys via the PRAGMA inside that context
  3. We are making foreign key enforcement the default
  4. You can relax it with PRAGMA defer_foreign_keys = on
  5. Docs coming very very soon
Was this page helpful?