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