A modern low-level Clojure wrapper for JDBC-based access to databases.
Find a file
Sean Corfield 73a7b2af10 Note: broken transaction machinery
After removing records and relying entirely on protocols, transaction handling is broken because you can't `assoc` into a non-map.
2019-01-10 18:24:55 -08:00
doc Baseline project setup 2019-01-07 20:38:58 -08:00
src/next Note: broken transaction machinery 2019-01-10 18:24:55 -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
CONTRIBUTING.md Fix issues link 2019-01-09 22:09:29 -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.