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.
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.