Skip to content

Commit 8200c92

Browse files
committed
Update doc
1 parent 4e28bb5 commit 8200c92

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Documentation/Index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)