ciriti
06/06/2020, 8:44 AMMark Murphy
06/06/2020, 12:38 PMAndroidSqliteDriver
uses the Jetpack androidx.sqlite
API, so you should be able to use it with SQLCipher for Android by supplying your own SupportSQLiteOpenHelper
or SupportSQLiteOpenHelper.Factory
to the AndroidSqliteDriver
constructor.mbonnin
06/06/2020, 1:37 PMciriti
06/06/2020, 1:58 PMMark Murphy
06/06/2020, 2:08 PMandroidx.sqlite
API directly.kpgalligan
06/11/2020, 11:02 PM