https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2.0.8:
• simplified the kind/doc behavior (still experimental)
https://github.com/seancorfield/next-jdbc/ https://github.com/seancorfield/next-jdbc/releases/tag/v1.3.1093 -- A modern low-level Clojure wrapper for JDBC-based access to databases.
To accompany the recent 4.0.0 release of hikari-cp by @clojurians973 this next.jdbc release now supports that HikariCP wrapper directly, so you can have access to the full options and functionality it exposes!
• Address https://github.com/seancorfield/next-jdbc/issues/312 by adding support for 'hikari-cp in next.jdbc.connection/->pool.
• Update java.data to 1.4.120.
• Update dev/test deps (CLI 1.12.4.1602).
Follow-up in #sql