Ross ROSS = Recommend OSS · open-source software intelligence for agents

seancorfield/honeysql

Turn Clojure data structures into SQL observed · 2026-08-28

github.com/seancorfield/honeysql · homepage · Clojure · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 96
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 28.5
  • age_days: 5164
  • days_rel: 31
  • days_push: 10
  • n_releases_24m: 19

Full methodology

Adoption not part of the score

1918 stars · 177 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

HoneySQL is a Clojure library that turns Clojure data structures into SQL statements, letting you build queries programmatically without string concatenation. It supports multiple SQL dialects (PostgreSQL, MySQL, XTDB, BigQuery, New Relic NRQL) and produces parameterized SQL strings suitable for use with JDBC wrappers like next.jdbc.

Use cases

  • build SQL queries from Clojure data structures
  • generate parameterized SQL without string concatenation
  • compose SQL queries dynamically at runtime
  • generate dialect-specific SQL for PostgreSQL or MySQL
  • build DDL statements like create-table and alter-table programmatically
  • construct conditional WHERE clauses safely

When to choose

  • you write Clojure or ClojureScript and want SQL as composable data
  • you need runtime query construction with safe parameterization
  • you use next.jdbc or clojure.java.jdbc and want a query DSL
  • you need multi-dialect SQL generation including vendor extensions

When to avoid

  • you need a tool that executes queries — HoneySQL only formats SQL, you need a JDBC wrapper separately
  • you work outside the Clojure/JVM ecosystem
  • you want a full ORM with entity mapping and migrations

Facets

library · maturity active

serialization database developer-tools databases developer-tools backend jvm jvm-scripting cross-platform sql-query-builder clojure dsl jdbc clojurescript sql-generation

10 sources

Member repositories

RepositoryRoleHealth v2
seancorfield/honeysqlmain98

For agents

markdown · JSON · MCP: product_card(name="seancorfield/honeysql")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem