react-native-sqlite-2
react-native-sqlite-2 copied to clipboard
Is there a way to delete database?
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 all the tables?
Something like SQLite.deleteDatabase({name: 'your_db_name', location: 'one of the 3 locations'});
Used in react-native-SQLite-storage?
Thanks, Nihar