square/sqlbrite

Does it support the encrypted SQLite?

nishantshah-me opened this issue · 2 comments

Does it support the encrypted SQLite?

@nishant-neosoft From the project description:

A lightweight wrapper around SQLiteOpenHelper and ContentResolver which introduces reactive stream semantics to queries.

It does not provide any additional functionality for your database. It is just a wrapper. If you want to have encrypted sql database, use SqlCipher or any other implementation and wrap it with SqlBrite to be more reactive.

And the code on master which will be 3.0 when released supports the Android support library SQLite abstraction allowing you plug in any API compliant DB.