# korma/Korma

Tasty SQL for Clojure.

Repository: https://github.com/korma/Korma
Canonical: https://ross.abutalabs.com/products/korma
Homepage: http://sqlkorma.com
Language: Clojure
License Family: other
Last push: 2020-10-15T17:12:25+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5446, "days_push": 2148, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1469, forks 217 (observed 2026-08-28T04:04:48.969591+00:00)

## What it is
Korma is a Clojure DSL for building and executing SQL queries with a composable, entity-based API. It wraps JDBC connections and generates SQL for selects, joins, and where clauses.

## Use cases
- query sql databases from clojure
- build composable sql queries with a dsl
- define entities and relationships for sql
- avoid writing raw sql strings in clojure apps

## When to choose
- you're on the JVM with Clojure and want a concise SQL DSL
- you prefer composable query building over raw JDBC strings

## When to avoid
- you need an actively maintained library with recent releases
- you need a full ORM with migrations and schema management
- you're not using Clojure

## Facets
- artifact type: library
- maturity: maintenance
- function: orm, database, database-driver
- domain: databases, web-development, developer-tools
- platform: jvm, jvm-scripting
- tags: sql-query-builder, clojure, dsl

## Member repositories
- korma/Korma (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:48.969591+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:53.568145+00:00, confidence not recorded.
  - readme: https://github.com/korma/Korma (fetched 2026-08-28T04:04:48.969591+00:00, sha eed830d8db8b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
