react-native-sqlite-2
react-native-sqlite-2 copied to clipboard
SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
Hey, Wondering could it support Spatialite extension ? Thanks
in Android, this works SQLite.openDatabase("storage/test.db", '1.0', ''); How do you do this in IOS? Result is Error code 14: unable to open database file
Hi there, I was wondering if there is a way to delete the database or drop it or something like that? Or would I have to go and manually delete...