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

SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.

Results 33 react-native-sqlite-2 issues
Sort by recently updated
recently updated
newest added

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