Initializer
init(storage:enableForeignKeys:)
Create a new
SQLiteConfiguration.init(storage: SQLiteConfiguration.Storage, enableForeignKeys: Bool = true)
Parameters
storageThe storage type to use for the database. See
SQLiteConfiguration.Storage.enableForeignKeysWhether to enable foreign key support by default for all connections. Defaults to
true.