Nimble
Nimble copied to clipboard
Quick way to purge all records and start a new store
Sometimes, it is necessary to get rid of all records in a Core Data store and start from scratch. For example, a user logs out (data cleared) and another user logs in (create new sqlite).
Purging data in existing data store will take multiple seconds for >1000 records
Is there a quick way to throw out the existing store and start a new one?
#13