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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |