JetBrains/Exposed
Kotlin SQL Framework observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 33
- age_days: 4782
- days_rel: 7
- days_push: 7
- n_releases_24m: 24
Adoption not part of the score
9281 stars · 796 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Exposed is JetBrains' lightweight SQL library and ORM framework for Kotlin, offering a typesafe SQL-wrapping DSL and a lightweight DAO API on top of JDBC and R2DBC drivers. It is database-agnostic, supporting PostgreSQL, MySQL, MariaDB, Oracle, SQLite, H2, and more, with built-in Spring Boot and Ktor integration.
Use cases
- query a SQL database from Kotlin with type safety
- map database tables to Kotlin objects with an ORM
- write database-agnostic Kotlin code that can switch between PostgreSQL and MySQL
- build CRUD operations in a Ktor or Spring Boot backend
- construct SQL queries with a typesafe DSL instead of raw SQL strings
- use R2DBC for reactive database access in Kotlin
When to choose
- you are writing a Kotlin/JVM application that needs SQL database access
- you want compile-time-safe queries that survive refactoring and reduce SQL injection risk
- you want a lightweight ORM with both DSL and DAO styles
- you use Spring Boot or Ktor and want first-class integration
When to avoid
- you are not using Kotlin or the JVM
- you need a full-featured heavyweight ORM with advanced features like multi-level caching or complex lazy loading
- you work with databases outside the supported list (H2, MariaDB, MySQL, Oracle, PostgreSQL, SQLite)
- you prefer writing raw SQL or using a lightweight query builder without ORM concepts
Facets
library · maturity stable
orm database database-driver serialization databases backend web-development developer-tools jvm cross-platform kotlin sql dsl dao jdbc r2dbc spring-boot ktor database-agnostic
8 sources
- readme: https://github.com/JetBrains/Exposed · fetched 2026-08-28 · 6c94ab069f32
- homepage: https://www.jetbrains.com/exposed/ · fetched 2026-08-29 · 9852c39bf3ab
- site_page: https://www.jetbrains.com/legal/docs/privacy/privacy · fetched 2026-08-29 · 5818b25a9c36
- site_page: https://www.jetbrains.com/legal/docs/company/useterms · fetched 2026-08-29 · 4a140f196063
- site_page: https://www.jetbrains.com/help/exposed/home.html · fetched 2026-08-29 · 345a2db00998
- site_page: https://www.jetbrains.com/store · fetched 2026-08-29 · d0c97d92d60b
- site_page: https://www.jetbrains.com/help · fetched 2026-08-29 · 001d63ab7dbc
- site_page: https://www.jetbrains.com/company · fetched 2026-08-29 · e00f97094d79
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JetBrains/Exposed | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="JetBrains/Exposed")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem