Hi,
I am going to develop my first Windows (UWP) app and planning to use SQLite as the database. I want to know if we do any changes to the
db structure on a later update to the Windows store, how do we do that without deleting the user's data already in their devices. In iOS core data we can do that using versioning and in Android sqlite it can be done using SQLiteOpenHelper
onUpgrade().
Can you please provide any documentation or tutorial on how to do that in a Windows Universal app that support 8.1 and 10.
Thanks