File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,14 +132,13 @@ SQLite.swift for different use cases.
132132 ]
133133 ```
134134
135- | Trait | Description | SQLite version |
136- | --------------------------| -----------------------------------------------------| --------------------------------------|
137- | ` SystemSQLite ` (default) | Uses the system SQLite (provided by Apple) | macOS 15.7.x: ` 3.43.2 ` , 26: ` 3.50.2 ` |
138- | ` SwiftToolchainCSQLite ` | Embeds the SQLite provided by [ swift-toolchain] [ ] | 1.0.7: ` 3.50.4 ` |
139- | ` SQLiteSwiftCSQLite ` | Embeds a [ custom SQLite] [ ] based on swift-toolchain | ` 3.50.4 ` |
140- | ` StandaloneSQLite ` | Only used by CocoaPods | |
141- | ` SQLCipher ` | Embeds [ SQLCipher] [ ] (see below) | 4.13.0: ` 3.51.2 ` |
142- | ` FTS5 ` | Enables FTS5, only works with ` SQLiteSwiftCSQLite ` | |
135+ | Trait | Description | SQLite version |
136+ | --------------------------| ---------------------------------------------------------| --------------------------------------|
137+ | ` SystemSQLite ` (default) | Uses the system SQLite (provided by Apple) | macOS 15.7.x: ` 3.43.2 ` , 26: ` 3.50.2 ` |
138+ | ` SQLiteSwiftCSQLite ` | Embeds a [ custom SQLite] [ ] based on [ swift-toolchain] [ ] | ` 3.50.4 ` |
139+ | ` StandaloneSQLite ` | Only used by CocoaPods | |
140+ | ` SQLCipher ` | Embeds [ SQLCipher] [ ] (see below) | 4.13.0: ` 3.51.2 ` |
141+ | ` FTS5 ` | Enables FTS5, only works with ` SQLiteSwiftCSQLite ` | |
143142
144143[ traits ] : https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/packagetraits/
145144[ custom SQLite ] : https://github.com/stephencelis/CSQLite/tree/SQLite.swift
You can’t perform that action at this time.
0 commit comments