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
750 stars 89 forks source link

Add plan/run! example of processing a result set for side effects #236

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

For folks who think using reduce for side-effects, when they want to stream a result set, process it, but not produce a result.