Braden1996 / react-native-replicache

Plug-in React Native compatibility bindings for Replicache.
81 stars 5 forks source link

op-sqlite drop-in replacement for react-native-quick-sqlite #7

Closed robsoden closed 6 months ago

robsoden commented 9 months ago

The react-native-quick-sqlite package has been deprecated! https://github.com/ospfranco/react-native-quick-sqlite

The maintainer recommends migrating to op-sqlite (https://github.com/OP-Engineering/op-sqlite) which is actively maintained and has some nice performance improvements.

Because of your excellent work on this library (namely the replicache-generic-sqlite package) I was able to test a drop-in replacement of op-sqlite for react-native-quick-sqlite. It's working great in our react-native project. (even managed to eliminate some missing table lock warnings we saw previously)

Decided to submit a PR for a new replacement package if you want to distribute it.

Please reach out with any feedback. Thanks again for this great repo!

NavaceSystem commented 6 months ago

react-native-quick-sqlite doesn't work with latest RN as it requires minSdkVersion 23 and react-native-quick-sqlite was built with 21 so this is kinda important to merge.