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?
Kacper Jankowski
11/02/2024, 8:55 AM
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
zsmb
11/02/2024, 8:56 AM
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.