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
psh
03/17/2023, 9:02 PM
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
myanmarking
03/17/2023, 9:08 PM
Too many tables. Not practical to do it in one go. Although there is a good enough layer of separation, it must be phased