its a static schema as far as I can tell so it woulkd probably work best in a relational db
its a static schema as far as I can tell so it woulkd probably work best in a relational db

PRAGMA defer_foreign_keys = on
The spellfix1 virtual table is not included in the SQLite amalgamation and is not a part of any standard SQLite build. It is a loadable extension.
PRAGMA defer_foreign_keys = on// TODO(someday): Allow temporary tables. Creating a temporary table actually causes
// SQLite to open a separate temporary file to place the data in. Currently, our storage
// engine has no support for this.