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 416 forks source link

Does it have an update android.arch.persistence plan? #247

Closed onexuan closed 6 years ago

onexuan commented 6 years ago

supportSqlite = 'android.arch.persistence:db:1.1.1' supportSqliteFramework = 'android.arch.persistence:db-framework:1.1.1'

JakeWharton commented 6 years ago

As of version 3.0, the entire library is built on the support SQLite abstraction.