Suricatta
High level sql toolkit for clojure (backed by jooq library)
**suricatta** is a High level sql toolkit for clojure (backed by jooq library) The project is written primarily in Clojure, distributed under the BSD 2-Clause "Simplified" License license, first published in 2014. Key topics include: clojure, database, jooq, jooq-library, postgresql.
Latest release: 0.6.0
October 26, 2015View Changelog →
suricatta
High level sql toolkit for clojure (backed by jooq library)
Latest Version
Quick Start
Put suricatta on your dependency list:
clojure[funcool/suricatta "2.0.0"] [com.h2database/h2 "1.4.191"] ;; For this example only
Connect to the database and execute a query:
clojure(require '[suricatta.core :as sc]) (with-open [ctx (sc/context "h2:mem:")] (sc/fetch ctx "select x from system_range(1, 2);")) ;; => [{:x 1} {:x 2}]
Documentation
Contributors
Showing top 9 contributors by commit count.
This article is auto-generated from funcool/suricatta via the GitHub API.Last fetched: 6/26/2026
