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!
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.
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!