A modern low-level Clojure wrapper for JDBC-based access to databases.
Find a file
Sean Corfield e7d0065ced Work in progress
Basic machinery is working: spec -> connection -> prepared statement -> execute -> reduce.

Everything is still very much in flux at this point.
2019-01-09 22:06:49 -08:00
doc Baseline project setup 2019-01-07 20:38:58 -08:00
src/next Work in progress 2019-01-09 22:06:49 -08:00
test/next First functioning version of execute! 2019-01-07 23:03:20 -08:00
.gitignore Baseline project setup 2019-01-07 20:38:58 -08:00
CHANGELOG.md Prepare for public viewing/contribution 2019-01-09 22:05:58 -08:00
deps.edn Baseline project setup 2019-01-07 20:38:58 -08:00
LICENSE Baseline project setup 2019-01-07 20:38:58 -08:00
README.md Prepare for public viewing/contribution 2019-01-09 22:05:58 -08:00

next.jdbc

The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.

Usage

Still evolving and very much subject to change!

License

Copyright © 2018-2019 Sean Corfield

Distributed under the Eclipse Public License version 1.0.