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

SupportSqliteOpenHelper #246

Closed ntoskrnl closed 6 years ago

ntoskrnl commented 6 years ago

Room uses SupportSqliteOpenHelper (which is just an abstraction for SqliteOpenHelper).

When migrating from sqlbrite to room it would be nice to support new SupportSqliteOpenHelper, as in sqlBrite.wrapDatabaseHelper(myRoomDatabase.getOpenHelper())

JakeWharton commented 6 years ago

The SQLite support library abstraction was used since version 3.0.

ntoskrnl commented 6 years ago

Oh, yes, I haven't noticed that our project is still on 2.0.0