There was a convenient library Sqliteassethelper. It made possible do not write migration scripts from old to new schema version. The library immediately copies the new database file from apk when the new version of your application stating. And versioning of the database was saved.
Tag : android rss
Many Android programmers use Room and live data libraries. All things are good, but Room is not orm!