A modern low-level Clojure wrapper for JDBC-based access to databases.
Find a file
Sean Corfield c2c9bcbba4 Address #1 by solidifying syntactic sugar functions
Cleans up how options are handled. Adds `query` alias for `execute!`, 
clarifiies the syntactic sugar nature of the additional functions.
2019-04-01 23:57:12 -07:00
src/next Address #1 by solidifying syntactic sugar functions 2019-04-01 23:57:12 -07:00
test/next Address #1 by solidifying syntactic sugar functions 2019-04-01 23:57:12 -07: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 Add benchmarks against clojure.java.jdbc 2019-04-01 20:37:14 -07: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.