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

Question: What it the minimal required version of Clojure? #183

Closed holyjak closed 2 years ago

holyjak commented 2 years ago

Hi, what it the minimal required version of Clojure? Thank you!

seancorfield commented 2 years ago

Per Getting Started:

It is designed to work with Clojure 1.10 or later, supports datafy / nav, and by default produces hash maps with automatically qualified keywords, indicating source tables and column names (labels), if your database supports that.

It's tested against 1.10.3 and 1.11 (master).

holyjak commented 2 years ago

OMG I see now it is very visible at https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.2.731/doc/getting-started#installation Sorry for not looking better!