Hi guys,
do you know if it possible to use encryption with sqldelight?
m
Mark Murphy
06/06/2020, 12:38 PM
I do not think that SQLDelight has encryption itself.
Usually, the encryption is in the SQLite implementation (e.g., SQLCipher, SEE). Somebody would need to create SQLDelight drivers for that SQLite implementation.
In the specific case of Android,
AndroidSqliteDriver
uses the Jetpack
androidx.sqlite
API, so you should be able to use it with SQLCipher for Android by supplying your own