jasync-sql/jasync-sql
Java & Kotlin Async DataBase Driver for MySQL and PostgreSQL written in Kotlin observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 62
- 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: n/a
- age_days: 2932
- days_rel: n/a
- days_push: 230
- n_releases_24m: 0
Adoption not part of the score
1688 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
jasync-sql is an asynchronous, Netty-based database driver for MySQL and PostgreSQL written in Kotlin, usable from Java and Kotlin. It provides non-blocking connection pools and query execution returning CompletableFuture-based results, with an optional R2DBC extension.
Use cases
- connect to MySQL asynchronously from Kotlin
- run non-blocking PostgreSQL queries in Java
- replace blocking JDBC with an async database driver
- use a reactive database driver with R2DBC for MySQL
- manage async database connection pools on the JVM
- execute SQL queries without blocking threads
When to choose
- you need non-blocking database access on the JVM for MySQL or PostgreSQL
- you build reactive or high-concurrency services and want CompletableFuture/R2DBC integration
- you prefer a lightweight Netty-based driver over traditional JDBC drivers
When to avoid
- you need synchronous JDBC semantics or broad JDBC ecosystem compatibility
- you use a database other than MySQL or PostgreSQL
- your stack depends on mature, battle-tested drivers like pgjdbc or Connector/J
Facets
library · maturity active
database-driver database concurrency databases backend developer-tools jvm cross-platform mysql postgresql netty async reactive connection-pool r2dbc jdbc-url
1 source
- readme: https://github.com/jasync-sql/jasync-sql · fetched 2026-08-28 · 20f60528567f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jasync-sql/jasync-sql | main | 51 |
For agents
markdown · JSON · MCP: product_card(name="jasync-sql/jasync-sql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem