Hello. For some time i wanted to migrate from Room...
# squarelibraries
m
Hello. For some time i wanted to migrate from Room to SqlDelight, but unfortunately i cannot do a full migration because the db is too large. Is there any recommended pathway to partial migrations over time?
p
Can you clarify what you mean by "too large" - number of tables / views? Complexity of the Room entity & relationship mapping? Amount of data in the DB?
m
Too many tables. Not practical to do it in one go. Although there is a good enough layer of separation, it must be phased