Skip to content

Enable Foreign Keys

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 23 Jan 20:16
f098081

Adds SQLiteConfiguration.enableForeignKeys (#70, fixes #68). This defaults to true. When enabled, all connections created by SQLiteConnectionSource will first run the following query:

PRAGMA foreign_keys = ON