Hi all! When I use SqlDelight then how to drop database when application installed? Can it do without migrations?
m
mbonnin
08/15/2019, 8:52 AM
You might find more help in #squarelibraries
I guess you could just delete the files on the filesystem for each platform implementation. Or maybe use in-memory temp tables for actual MPP?
f
Fail
08/15/2019, 3:39 PM
Yes, that's exactly what I have to do. I am surprised that the database is not deleted automatically even if I deleted the application on the Android device. Or am I doing something wrong or is this a major mistake from data security.