Inspiration in https://sqlite.org/quirks.html Example usage: import apsw.bestpractise apsw.bestpractise.apply() It would configure the library level, and add a connection hook to configure each connection. - [x] Install logger - [x] SQLITE_DBCONFIG_DQS_DDL - [x] SQLITE_DBCONFIG_DQS_DML - [x] [PRAGMA foreign_keys](https://sqlite.org/pragma.html#pragma_foreign_keys) on
Inspiration in https://sqlite.org/quirks.html
Example usage:
It would configure the library level, and add a connection hook to configure each connection.