If you look at the RxJava-JDBC's project README, y...
# kdbc
t
If you look at the RxJava-JDBC's project README, you can get a lot of inspiration even if you don't really understand reactive programming. Just think in terms of Sequences rather than Observables, which more or less accomplish the same thing for our purposes.