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

Dump database into device storage #516

Open josephgodwinkimani opened 2 years ago

josephgodwinkimani commented 2 years ago

There in no information in the documentation about how someone can export sqlite databases into phone storage or through http request to a server or cloud storage?

DinoThor commented 1 year ago

The path of .db file is /data/data/com.yourPackageName/db. I guess using RNFS you could just copy the file into any other dir. Edit: I saw this searching for other topic, and just reailze it's from a year ago. Sorry :(