diff --git a/Documentation/Index.md b/Documentation/Index.md index 18a41771..44dc85ea 100644 --- a/Documentation/Index.md +++ b/Documentation/Index.md @@ -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`
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 diff --git a/Gemfile.lock b/Gemfile.lock index 6c17388f..7ddf6f2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -110,4 +110,4 @@ DEPENDENCIES cocoapods BUNDLED WITH - 2.6.9 + 4.0.10