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

Is there a way to delete database?

Open NiharR27 opened this issue 3 years ago • 1 comments

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

NiharR27 avatar Oct 19 '22 11:10 NiharR27