sql

All things SQL and JDBC...
seancorfield 2020-06-22T23:57:20.320800Z

seancorfield/next.jdbc {:mvn/version "1.0.475"} -- https://cljdoc.org/d/seancorfield/next.jdbc/1.0.475/doc/getting-started -- https://github.com/seancorfield/next-jdbc/releases/tag/v1.0.475 -- the main new feature is next.jdbc/with-options which allows you to wrap a connectable (usually a datasource) with default options that should apply to all of the primary API function called with that wrapper. In addition, jTDS is now an officially supported driver for SQL Server and the library is tested against PostgreSQL 12.2.0 (previously the tests used 10.11). As usual, there are some documentation enhancements too.

👏 7