Registry / database / r2dbc-postgresql

r2dbc-postgresql

JSON →
library0.8.13.RELEASEjavamavenunverified

Reactive Relational Database Connectivity Driver Implementation for PostgreSQL.

<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-postgresql</artifactId> <version>0.8.13.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · R2DBC-POSTGRESQL
R
r2dbc-postgresql
databasejavav0.8.13.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PostgresqlConnectionFactory
io.r2dbc.postgresql.PostgresqlConnectionFactory

Creates a reactive PostgreSQL connection factory.

import io.r2dbc.postgresql.PostgresqlConnectionFactory; import io.r2dbc.postgresql.PostgresqlConnectionConfiguration; public class Example { public static void main(String[] args) { PostgresqlConnectionFactory factory = new PostgresqlConnectionFactory( PostgresqlConnectionConfiguration.builder() .host("localhost") .database("test") .username("user") .password("pass") .build() ); System.out.println("Connection factory created"); } }
Debug
Known issues
breakingR2DBC 0.8.x is not compatible with Spring Data R2DBC 1.x; use compatible versions.
fix
Use R2DBC 0.8.x with Spring Data R2DBC 0.9.x or upgrade to R2DBC 1.0+.
affects: >=0.8.0 <1.0.0
Upgrade
Version history
0.8.13.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Bingbot
1
Resources
r2dbc-postgresql — mvn dependency:get r2dbc-postgresql · libregistry