requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.05k stars 138 forks source link

How can I integrate SqlCipher while using `RequerySQLiteOpenHelperFactory` with Room #153

Closed iamriajul closed 2 years ago

iamriajul commented 2 years ago

Previously I had android-database-sqlcipher installed with Room using SupportFactory provided by the SQLCipher library, now I can't integrate this library with my Room using RequerySQLiteOpenHelperFactory, as I've seen in the Room's code that only one OpenHelperFactory can be used at a time.

So can you please suggest how can I solve my situation?

Thanks.

iamriajul commented 2 years ago

The discussions here has cleared my doubts: https://github.com/requery/sqlite-android/issues/13

az-oolloow commented 1 year ago

@iamriajul so what did you end up doing? not using requery/sqlite-android?