Structure
SQLiteConfiguration
Describes a configuration for an SQLite database connection.
struct SQLiteConfiguration
Topics
Initializers
init(storage: SQLiteConfiguration.Storage, enableForeignKeys: Bool)Create a newSQLiteConfiguration.
Instance Properties
var enableForeignKeys: BoolWhentrue, foreign key support is automatically enabled on all connections using this configuration.var storage: SQLiteConfiguration.StorageThe storage type for the database.
Enumerations
enum StorageThe possible storage types for an SQLite database.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype