Open
Description
Small support request/possible feature request. I would like to use foreign keys in my SQLite database and according to the SQLite documentation I have to enable this per connection via PRAGMA foreign_keys = ON
.
Is there a way to execute this command everytime LazyDatabase creates a connection to the database?