seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
768 stars 90 forks source link

Improve documentation around plan/reduce #98

Closed seancorfield closed 4 years ago

seancorfield commented 4 years ago

Currently, the plan examples only show into with a transducing arity. It would be better to start from scratch with reduce. Also cross-link to plan from the streaming tips & tricks.