react-native-replicache icon indicating copy to clipboard operation
react-native-replicache copied to clipboard

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

Open robsoden opened this issue 4 months ago • 0 comments

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!

robsoden avatar Feb 14 '24 21:02 robsoden