Skip to content

Enumeration

SQLiteConfiguration.Storage

The possible storage types for an SQLite database.
enum Storage

Topics

Enumeration Cases

Type Properties

  • memory
    Specify an SQLite database stored in memory, using a randomly generated identifier.

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype