libjava-jdbc-clojure

Clojure interface to sql databases via jdbc
  https://github.com/clojure/java.jdbc
  0
  no reviews



This clojure library provides a simple abstraction for crud (create, read, update, delete) operations on a sql database, along with basic transaction support. basic ddl operations are also supported (create table, drop table, access to table metadata).

this library was formerly known as clojure.contrib.sql.