Hey, Can I get an answer please to whether the database created by sqlDelight is not suppose to persist changes made due to the fact that the database is created using the platform specific SQL drivers. If that’s true is there a way to persist the changes to be seen by more than one platform?
k
kpgalligan
02/20/2020, 11:43 AM
Sqldelight changes are persistent to the platform you're on. Your question is confusing, though. Do you have some code to better explain the issue?
n
Niro
02/20/2020, 11:45 AM
Ahh I see, Well I’m trying to do it so that both iOS and Android use the same db. If I make a change on Android that change should be reflected on iOS (and vice versa)