How can I delete all entries on specific table using Room Persistence Library?
I need to drop table, but I cannot to find any information how to do this.
Only when database is migrating or to load all entries and delete them 🙂
How can I delete all entries on specific table using Room Persistence Library?
I need to drop table, but I cannot to find any information how to do this.
Only when database is migrating or to load all entries and delete them 🙂