r2dbc-postgresql is a reactive PostgreSQL driver for the JVM based on the R2DBC (Reactive Relational Database Connectivity) specification. It allows non-blocking, asynchronous access to PostgreSQL databases, making it ideal for reactive Java or Kotlin applications built with frameworks like Spring WebFlux.
Features
- Fully reactive PostgreSQL client for JVM applications
- Complies with the R2DBC specification
- Non-blocking query execution with backpressure support
- SSL, prepared statements, and parameter binding
- Works with Spring WebFlux and Project Reactor
- Lightweight and tuned for high-throughput systems
