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

zio/zio-quill

Compile-time Language Integrated Queries for Scala observed · 2026-08-28

github.com/zio/zio-quill · homepage · Scala · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
zio/zio-quillmain67

For agents

markdown · JSON · MCP: product_card(name="zio/zio-quill")

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