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