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

Update API to use SQLite support library. #210

Closed JakeWharton closed 7 years ago

JakeWharton commented 7 years ago

This a pure port of existing usage. No new APIs were added to support things like SupportSQLiteQuery.

Because this support library does not use a normal open helper, interop with 1.x and 2.x is not possible. The recommended use will be to use 2.x and the interop library to get entirely to 2.x before switching to 3.x.

Closes #109.

JakeWharton commented 7 years ago

Not updating the README because I don't want to deal with people who mistake it for the released version.