issues
search
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
API cleanups.
#213
Closed
JakeWharton
closed
7 years ago
JakeWharton
commented
7 years ago
Remove overloads which did not take a conflict resolution strategy. Force the caller to always specify (matches SupportSQLiteDatabase).
Remove @RequiresApi(HONEYCOMB) as we're now minSdk = 14.
Replace Javadoc references from framework classes to support library classes where available.
Restore use of Subject now that there is no interop bridge.