Skip to content

Commit 0a0c858

Browse files
authored
Upgrade to SQLCipher 4.10.0 and SQLite 3.50.4 (#10)
* Update to sqlcipher 4.10.0 * [no ci] Update README
1 parent abad5a4 commit 0a0c858

File tree

3 files changed

+3293
-1774
lines changed

3 files changed

+3293
-1774
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ library (e.g., Android, Windows).
1414
## Features
1515

1616
- A pure-Swift interface
17-
- Embeds a modern and consistent sqlite ([3.49.2](https://www.sqlite.org/releaselog/3_49_2.html)) and sqlcipher ([4.9.0](https://github.com/sqlcipher/sqlcipher/releases/tag/v4.9.0)) build in the library
17+
- Embeds a modern and consistent sqlite ([3.50.4](https://www.sqlite.org/releaselog/3_50_4.html)) and sqlcipher ([4.10.0](https://github.com/sqlcipher/sqlcipher/releases/tag/v4.10.0)) build in the library
1818
- Works on iOS, macOS, Android, Windows, and Linux
1919
- A type-safe, optional-aware SQL expression builder
2020
- A flexible, chainable, lazy-executing query layer
@@ -2224,12 +2224,14 @@ For a full set of examples, see the [Examples/PackageTraits](./Examples/PackageT
22242224

22252225
Here are a number of other popular SQLite alternative packages:
22262226

2227-
- [SQLite.swift](https://github.com/stephencelis/SQLite.swift)
2227+
- [SQLite.swift]: The root of this fork (non-SQLCipher SQLite3)
2228+
- [SQLCipher.swift]: Binary SQLCipher.xcframework (Darwin platforms only)
22282229
- [GRDB](https://github.com/groue/GRDB.swift)
2229-
- [swift-toolchain-sqlite](https://github.com/swiftlang/swift-toolchain-sqlite)
22302230
- [FMDB]
2231+
- [swift-toolchain-sqlite](https://github.com/swiftlang/swift-toolchain-sqlite)
22312232

22322233
[SQLiteDB]: #sqlitedb
22332234
[SQLite3]: https://www.sqlite.org
22342235
[SQLite.swift]: https://github.com/stephencelis/SQLite.swift
22352236
[FMDB]: https://github.com/ccgus/fmdb
2237+
[SQLCipher.swift]: https://github.com/sqlcipher/SQLCipher.swift

0 commit comments

Comments
 (0)