zio/zio-quill
Compile-time Language Integrated Queries for Scala observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
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: 235
- age_days: 4062
- days_rel: 412
- days_push: 8
- n_releases_24m: 2
Adoption not part of the score
2166 stars · 352 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ZIO Quill is a Scala database query library providing a Quoted Domain Specific Language (QDSL) that translates Scala code into SQL or Cassandra Query Language at compile time. It offers boilerplate-free case-class mapping, compile-time query generation and optional compile-time validation against the database, with near-driver-level runtime performance.
Use cases
- write type-safe SQL queries in Scala without string concatenation
- map database tables to case classes without boilerplate
- validate database queries at compile time
- query Cassandra with a Scala DSL
- build reactive ZIO applications with PostgreSQL access
- avoid ORM runtime overhead in Scala data access layers
When to choose
- you are writing Scala (2.x or Scala 3 via ProtoQuill) and want compile-time checked queries
- you use ZIO and want idiomatic async database access
- you want LINQ-style query generation with minimal runtime overhead
- you target SQL databases or Cassandra
When to avoid
- your project is not on the JVM/Scala ecosystem
- you need dynamic queries built entirely at runtime
- you need a traditional full-featured ORM with change tracking and lazy loading
- your team is not comfortable with macro-heavy compile-time tooling
Facets
library · maturity stable
orm database database-driver databases developer-tools backend jvm scala qdsl compile-time-query-generation jdbc cassandra sql zio linq-style
7 sources
- readme: https://github.com/zio/zio-quill · fetched 2026-08-28 · 0fa37633ad15
- homepage: https://zio.dev/zio-quill · fetched 2026-08-29 · ca0939de27bd
- site_page: https://zio.dev/overview/getting-started · fetched 2026-08-29 · 13ae7b59f065
- site_page: https://zio.dev/zio-quill/getting-started · fetched 2026-08-29 · 6c6ca53af3e1
- site_page: https://zio.dev/contributing-to-documentation · fetched 2026-08-29 · 3e6c3734d876
- site_page: https://zio.dev/zio-quill/changelog · fetched 2026-08-29 · 0d899fe8dff7
- site_page: https://zio.dev/faq · fetched 2026-08-29 · 4befb004f8f0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zio/zio-quill | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem