Enumeration
SQLiteConnection.Storage
The possible storage types for an SQLite database.
enum Storage
Topics
Enumeration Cases
SQLiteConnection.Storage.file(path:)An SQLite database stored in a file at the specified path.SQLiteConnection.Storage.memoryAn SQLite database stored entirely in memory.
Relationships
Conforms To
Swift.EquatableSwift.SendableSwift.SendableMetatype