Is there any way to delete all the tables from sqlite database or clean the specific database storage in python?
We have a database - myproject.db in sqlite, and have 13 tables in it. We have to clean the storage as after the tables data is processed , we want new data to be stored in it.