Enumeration
SQLiteConfiguration.Storage
The possible storage types for an SQLite database.
enum Storage
Topics
Enumeration Cases
SQLiteConfiguration.Storage.file(path:)Specify an SQLite database stored in a file at the specified path.SQLiteConfiguration.Storage.memory(identifier:)Specify an SQLite database stored in memory, using a given identifier string.
Type Properties
memorySpecify an SQLite database stored in memory, using a randomly generated identifier.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype