1- # swift-sqlite
1+ # swift-sqlcipher
22
3- swift-sqlite is a cross-platform modernization of the [ SQLite.swift] project.
3+ swift-sqlcipher is a C source packaging of [ SQLite3]
4+ with the [ SQLCipher] and [ Full-text search] extensions,
5+ along with a [ SQLiteDB] Swift package that provides
6+ API parity with the [ SQLite.swift] project.
47
5- It includes [ SQLite3] with [ Full-text search] and [ SQLCipher] extensions,
6- and works out-of-the-box on macOS, iOS, Linux, Android, and Windows.
8+ It is meant to be a platform-agnostic project and does not presume the presence
9+ of any specific SQLite binary.
10+ It works out-of-the-box on macOS, iOS, Linux, Android, and Windows.
711
812## Features
913
@@ -119,7 +123,7 @@ Swift code.
119123
120124 ``` swift
121125 dependencies: [
122- .package (url : " https://github.com/skiptools/swift-sqlite .git" , from " 1.0.0" )
126+ .package (url : " https://github.com/skiptools/swift-sqlcipher .git" , from " 1.0.0" )
123127 ]
124128 ```
125129
@@ -140,8 +144,8 @@ Swift code.
140144 - Want to ** contribute** ? [ Submit a pull request] [ ] .
141145
142146[ Read the contributing guidelines ] : ./CONTRIBUTING.md#contributing
143- [ Open an issue ] : https://github.com/skiptools/swift-sqlite /issues/new
144- [ Submit a pull request ] : https://github.com/skiptools/swift-sqlite /pulls
147+ [ Open an issue ] : https://github.com/skiptools/swift-sqlcipher /issues/new
148+ [ Submit a pull request ] : https://github.com/skiptools/swift-sqlcipher /pulls
145149
146150## License
147151
0 commit comments