HugSQL is a Clojure library for embracing SQL.
where id = :id
where id in (:v*:ids)
from :i:table-name
select :i*:column-names
where (a.id, b.id) = (:t:ids)
insert into emp (id, name) values (:t*:people)
clojure.java.jdbc
(default), next.jdbc
, and clojure.jdbc
.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close