GitPedia

Suricatta

High level sql toolkit for clojure (backed by jooq library)

From funcool·Updated June 25, 2025·View on GitHub·

**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

Travis Badge

High level sql toolkit for clojure (backed by jooq library)

Latest Version

Clojars Project

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

http://funcool.github.io/suricatta/latest/

Contributors

Showing top 9 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from funcool/suricatta via the GitHub API.Last fetched: 6/26/2026