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

Suggest next.jdbc.connect/jdbc-url for Connection Pooling setup #247

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

In both Getting Started and the docstring for ->pool, suggest the jdbc-url function as an easier way to construct arbitrary JDBC URLs for setting up connection pools (such as :useSSL false).