Is there any documentation about migrating an exis...
# squarelibraries
t
Is there any documentation about migrating an existing Android application directly working with
SQLiteOpenHelper
to SqlDelight? Are the schema version the same and so there's not much to do, or should I start with a new DB and then is there an easy way to access the previous DB to copy the data?