I've got an app that uses a SQLite database to keep stuff in. Is it possible for the client to look at the database, compare it's schema to a given schema and bring the database up to date without losing any current data?
This is so that I can roll out a new client that uses an extra field without people having to delete their old data file.
This is so that I can roll out a new client that uses an extra field without people having to delete their old data file.