This repository was archived by the owner on Aug 17, 2020. It is now read-only.
0.3.1
- New:
mapToOneandmapToOneOrNulloperators onQueryObservable. These work on queries which
return 0 or 1 rows and are a convenience for turning them into a typeTgiven a mapper of type
Func1<Cursor, T>(the same which can be used formapToList). - Fix: Remove
@WorkerThreadannotations for now. Various combinations of lint, RxJava, and
retrolambda can cause false-positives.
Download:
compile 'com.squareup.sqlbrite:sqlbrite:0.3.1'