Skip to content

Commit 3345380

Browse files
committed
Document SQLite versions
1 parent 749e912 commit 3345380

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Documentation/Index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ SQLite.swift for different use cases.
132132
]
133133
```
134134

135-
| Trait | Description |
136-
|--------------------------|-----------------------------------------------------|
137-
| `SystemSQLite` (default) | Uses the system SQLite (provided by Apple) |
138-
| `SwiftToolchainCSQLite` | Embeds the SQLite provided by [swift-toolchain][] |
139-
| `SQLiteSwiftCSQLite` | Embeds a [custom SQLite][] based on swift-toolchain |
140-
| `StandaloneSQLite` | Only used by CocoaPods |
141-
| `SQLCipher` | Embeds [SQLCipher][] (see below) |
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+
| `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` | |
143143

144144
[traits]: https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/packagetraits/
145145
[custom SQLite]: https://github.com/stephencelis/CSQLite/tree/SQLite.swift

0 commit comments

Comments
 (0)