Did anyone try to make SQLCipher work with the iOS...
# room
k
Did anyone try to make SQLCipher work with the iOS version of Room? I know that it works on Android and that it works when using SQLDelight. Is there a way to make it also work with iOS?
Will it just work if I use the "`NativeSQLiteDriver` " together with compiling my own sqlite version into my ios project? Sounds like a plausible solution.
z
I know that @danysantiago wrote some samples around this here, though I think the projects in this repo are Android-only, my impression was that SQLCipher should work with Room KMP as well. Not sure how obvious or non-obvious the setup is though.
k
Thanks, I'll look into it!
m
Did you get it work?