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

Document also jdbcUrl #184

Closed holyjak closed 2 years ago

seancorfield commented 2 years ago

The jdbc-url reference is to the function in next.jdbc.connection so I have added a paragraph about :jdbcUrl to All the Options underneath the "db spec" hash map stuff, to make it clear it is an alternative to those options and not part of them.

holyjak commented 2 years ago

thank you!