-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
Milestone
Description
There are times when you want to know the database had changed only to delete it in order to create a new one with the new tables scheme.
I would like to use this sqlite database as some kind of cache - If all tables and columns are exactly as the last time I used this database I want to keep using it, however if the scheme had changed since last usage I want to delete the database as It does no longer reflect the code that is currently running.
Thoughts are welcomed :-)
Thanks,
Harel M.