I have react native app with sql database. I want to clear all local data at certain place..for example when I log out i want to clear all the local database. I have multiple tables so i am not sure if there is any particular way to clear All data in one go.
Please suggest the best way to delete all local database.