GreenDAO schema update and data migration?

后端 未结 7 2122
借酒劲吻你
借酒劲吻你 2020-12-12 10:14

I\'m evaluating GreenDAO for consideration in a commercial Android app I will be working on and wanted to determine the migration path for schema updates.

Am I corre

相关标签:
7条回答
  • 2020-12-12 10:51

    If you are just looking for a way to add new Tables to your schema without deleting your user's data and don't need to transform any existing data, take a look at my answer to this question for a discrete example of how to do it with greenDao.

    0 讨论(0)
提交回复
热议问题