square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 419 forks source link

Does it support the encrypted SQLite? #219

Closed nishantshah-me closed 6 years ago

NazarKacharaba commented 6 years ago

@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.

JakeWharton commented 6 years ago

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.