This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Releases: OP-Engineering/op-sqlcipher
Releases · OP-Engineering/op-sqlcipher
2.0.18
Support performance flag on Android
Merge upstream with added support for the performance flag
# For iOS install pods with the following env variable, you can also just an export like on Android
# OP_SQLITE_PERF=1 npx pod-install
# For Android you need to export the environment variable before running any command
export OP_SQLITE_PERF=1
# then any android build command will use the performance mode
yarn android
2.0.13
Compilation fixes
Fixes compilation issues for expo
2.0.3
Support Absolute Paths
Full Changelog: 1.0.14...2.0.0
1.0.16
Fetch upstream
What's Changed
- fix: database is not encrypted by @Nodonisko in #1
- docs: cleanup readme by @nikgraf in #2
New Contributors
- @Nodonisko made their first contribution in #1
- @nikgraf made their first contribution in #2
Full Changelog: 1.0.14...1.0.15
Initial Release
Properly encrypts the database! 🎉