Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Releases: OP-Engineering/op-sqlcipher

2.0.18

11 Feb 05:39
355c555
Compare
Choose a tag to compare

Brings it up to date with op-sqlite

Support performance flag on Android

03 Jan 15:16
05a9d4a
Compare
Choose a tag to compare

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

02 Jan 16:43
1845ca9
Compare
Choose a tag to compare

Merge op-sqlite.

Includes perf flag, memory leaks with hooks and writing to HostObjects

Compilation fixes

22 Dec 06:49
ef96db1
Compare
Choose a tag to compare

Fixes compilation issues for expo

2.0.3

06 Dec 08:38
7a82369
Compare
Choose a tag to compare

Merges the changes from op-sqlite, prepared statements and memory fixes

Support Absolute Paths

04 Dec 14:11
3375904
Compare
Choose a tag to compare

1.0.16

27 Nov 08:09
71869b8
Compare
Choose a tag to compare

Fixes duplicated symbols (libcrypto.so) on Android. It also tries to constraint the latest version of openssl if necessary.

Fetch upstream

26 Nov 17:14
666d709
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.14...1.0.15

Initial Release

15 Nov 10:28
263bb96
Compare
Choose a tag to compare

Properly encrypts the database! 🎉