You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
18
18
- Works on iOS, macOS, Android, Windows, and Linux
19
19
- A type-safe, optional-aware SQL expression builder
20
20
- A flexible, chainable, lazy-executing query layer
@@ -2224,12 +2224,14 @@ For a full set of examples, see the [Examples/PackageTraits](./Examples/PackageT
2224
2224
2225
2225
Here are a number of other popular SQLite alternative packages:
0 commit comments