# jasync-sql/jasync-sql

Java & Kotlin Async DataBase Driver for MySQL and PostgreSQL written in Kotlin

Repository: https://github.com/jasync-sql/jasync-sql
Canonical: https://ross.abutalabs.com/products/jasync-sql
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: sql, jdbc-driver, jdbc, reactive, postgresql-driver, mysql-driver, async-jdbc
Last push: 2026-01-15T22:52:28+00:00

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

## Adoption (not part of the score)
Stars 1688, forks 134 (observed 2026-08-28T04:05:22.300449+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database-driver, database, concurrency
- domain: databases, backend, developer-tools
- platform: jvm, cross-platform
- tags: mysql, postgresql, netty, async, reactive, connection-pool, r2dbc, jdbc-url

## Member repositories
- jasync-sql/jasync-sql (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.300449+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-30T03:38:48.516809+00:00, confidence not recorded.
  - readme: https://github.com/jasync-sql/jasync-sql (fetched 2026-08-28T04:05:22.300449+00:00, sha 20f60528567f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
