pgjdbc/r2dbc-postgresql
Postgresql R2DBC Driver observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 90
- Release rhythm 89
- 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: 18.5
- age_days: 3005
- days_rel: 72
- days_push: 61
- n_releases_24m: 7
Adoption not part of the score
1096 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The PostgreSQL implementation of the R2DBC SPI, providing a reactive, non-blocking driver for PostgreSQL on the JVM. It supports SCRAM/MD5 authentication, TLS, Unix domain sockets, fail-over, notifications, logical decoding, and prepared statements with bindings.
Use cases
- connect to postgresql reactively from java
- non-blocking database access in spring webflux
- reactive sql queries with project reactor
- listen to postgresql notifications reactively
- consume logical replication streams from postgres
- connect over unix domain socket to postgres
- multi-host connection fail-over for postgres
When to choose
- you need reactive/non-blocking PostgreSQL access on the JVM
- you use Spring Data R2DBC or another R2DBC client
- you need LISTEN/NOTIFY or logical decoding in a reactive pipeline
When to avoid
- you use blocking JDBC or traditional servlet stacks
- you use a database other than PostgreSQL
- you want a higher-level ORM rather than a driver
Facets
library · maturity stable
database-driver database databases backend web-development jvm r2dbc postgresql reactive-streams non-blocking sql
2 sources
- readme: https://github.com/pgjdbc/r2dbc-postgresql · fetched 2026-08-28 · e2fc89aa6e88
- homepage: https://r2dbc.io · fetched 2026-08-29 · 367b00b6103b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pgjdbc/r2dbc-postgresql | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="pgjdbc/r2dbc-postgresql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem