Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Documentation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,16 @@ SQLite.swift for different use cases.
]
```

| Trait | Description | SQLite version |
|--------------------------|---------------------------------------------------------|--------------------------------------|
| `SystemSQLite` (default) | Uses the system SQLite (provided by Apple) | macOS 15.7.x: `3.43.2`, 26: `3.50.2` |
| `SQLiteSwiftCSQLite` | Embeds a [custom SQLite][] based on [swift-toolchain][] | `3.50.4` |
| `StandaloneSQLite` | Only used by CocoaPods | |
| `SQLCipher` | Embeds [SQLCipher][] (see below) | 4.13.0: `3.51.2` |
| `FTS5` | Enables FTS5, only works with `SQLiteSwiftCSQLite` | |
| Trait | Description | SQLite version |
|--------------------------|------------------------------------------------------------|-----------------------------------------------------------|
| `SystemSQLite` (default) | Uses the system SQLite (provided by Apple) | macOS 15.7.x: `3.43.2`<br/> 26: `3.50.2`, 26.5: `3.51.0` |
| `SQLiteSwiftCSQLite` | Embeds a [SQLite repackage][] based on [swift-toolchain][] | `3.50.4`, `3.53.3` |
| `StandaloneSQLite` | Only used by CocoaPods | |
| `SQLCipher` | Embeds [SQLCipher][] (see below) | 4.13.0: `3.51.2` |
| `FTS5` | Enables FTS5, only works with `SQLiteSwiftCSQLite` | |

[traits]: https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/packagetraits/
[custom SQLite]: https://github.com/stephencelis/CSQLite/tree/SQLite.swift
[SQLite repackage]: https://github.com/stephencelis/CSQLite/tree/SQLite.swift
[swift-toolchain]: https://github.com/swiftlang/swift-toolchain-sqlite

#### Using SQLite.swift with SQLCipher
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
drb (2.2.3)
escape (0.0.4)
Expand All @@ -76,9 +76,9 @@ GEM
gh_inspector (1.1.3)
httpclient (2.9.0)
mutex_m
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
json (2.19.4)
json (2.20.0)
logger (1.7.0)
minitest (5.27.0)
molinillo (0.8.0)
Expand Down Expand Up @@ -110,4 +110,4 @@ DEPENDENCIES
cocoapods

BUNDLED WITH
2.6.9
4.0.10
Loading