-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Dave Moten edited this page Nov 12, 2016
·
29 revisions
#rxjava-jdbc rewrite for RxJava 2 These are some of the aims of the rewrite:
- leverage RxJava 2 features including more explicit types (Completable, Single, Maybe, Flowable, Observable), new creation methods, better performance.
- aim support at
Flowable
because backpressure is a good fit for database interaction - support transactions across asynchronous boundaries
- support returning generated keys
- support batching