Skip to content

Structure

SQLiteConfiguration

Describes a configuration for an SQLite database connection.
struct SQLiteConfiguration

Topics

Initializers

Instance Properties

  • enableForeignKeys
    When true, foreign key support is automatically enabled on all connections using this configuration.
  • storage
    The storage type for the database.

Enumerations

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype