react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Dump database into device storage

Open josephgodwinkimani opened this issue 3 years ago • 1 comments

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?

josephgodwinkimani avatar Apr 13 '22 14:04 josephgodwinkimani

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 :(

DinoThor avatar Apr 05 '23 11:04 DinoThor