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
760 stars 90 forks source link

Try to make with-transaction clearer #169

Closed seancorfield closed 3 years ago

seancorfield commented 3 years ago

The docs for with-transaction assume you realize that it is "similar to" with-open. It should make that a lot more explicit.

It should also more clearly explain what types of things it accepts ("connectable") and document the exact behave more clearly.