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

Improve/clarify docs around how CSK makes builders available #224

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

There's enough ambiguity around the CSK docs that some readers might assume that just having CSK on the classpath is enough to have the default builder change to do the CSK mapping automatically (which is not the case and would be dangerous since other dependencies could bring it in without a user being aware of it).