
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.