Skip to content Skip to sidebar Skip to footer

Android Room Orm: Support Custom Build Of Sqlite

I need to use a custom build of SQLite (based on sqlite.org version https://sqlite.org/android/doc/trunk/www/index.wiki) so that I can use custom FTS Tokenizers and to use SEE to e

Solution 1:

There is a github repo https://github.com/hannesa2/SafeRoom , based on attached zip from https://issuetracker.google.com/issues/38481640 which apply SQLCipher to Room


Post a Comment for "Android Room Orm: Support Custom Build Of Sqlite"