krisajenkins/yesql
A Clojure library for using SQL. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4726
- days_rel: n/a
- days_push: 649
- n_releases_24m: 0
Adoption not part of the score
1498 stars · 109 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Yesql is a Clojure library for using plain SQL by defining queries in annotated .sql files and loading them as regular Clojure functions. It deliberately avoids building a SQL DSL, keeping SQL as SQL while integrating it cleanly with JDBC.
Use cases
- write sql queries in clojure without a dsl
- load sql files as clojure functions
- keep sql syntax highlighting and readability in clojure projects
- run parameterized jdbc queries from clojure
- separate sql queries from application code
When to choose
- you prefer writing raw SQL over a DSL or ORM in Clojure
- you want queries in separate .sql files with named parameters
- you need a simple, composable JDBC wrapper
When to avoid
- you want an actively developed library (consider HugSQL)
- you prefer a query DSL or full ORM abstraction
- you need compile-time query validation
Facets
library · maturity maintenance
database database-driver orm databases developer-tools backend jvm jvm-scripting clojure sql jdbc query-files database-access
1 source
- readme: https://github.com/krisajenkins/yesql · fetched 2026-08-28 · 6772246a971a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| krisajenkins/yesql | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="krisajenkins/yesql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem