andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

How to flush? #452

Closed Avnitech-stuff closed 3 years ago

Avnitech-stuff commented 3 years ago

How do I flush the database so that the shm/wal files are removed and the changes committed to the database .db file? I found a non react-native thread on SO that mentions closing the cursor but the "cursor" terminology is missing here. What is the equivalent? Thanks.

andpor commented 3 years ago

This repo is for reporting issues not for questions. Please post your questions on Stack Overflow. Thanks

brodycj commented 3 years ago

Please feel free to ask here: https://github.com/storesafe/cordova-sqlite-storage-help

I am supporting cordova-sqlite-storage that this package was originally based on.

Avnitech-stuff commented 3 years ago

Please feel free to ask here: https://github.com/storesafe/cordova-sqlite-storage-help I am supporting cordova-sqlite-storage that this package was originally based on.

Thanks. Will do.