Registry / database / r2dbc-spi

r2dbc-spi

JSON →
library1.0.0.RELEASEjavamavenunverified

Service Provider Interface for Reactive Relational Database Connectivity, defining the core API.

<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-spi</artifactId> <version>1.0.0.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · R2DBC-SPI
R
r2dbc-spi
databasejavav1.0.0.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.

ConnectionFactory
io.r2dbc.spi.ConnectionFactory

Create an R2DBC connection factory using a connection URL.

import io.r2dbc.spi.ConnectionFactory; import io.r2dbc.spi.ConnectionFactories; ConnectionFactory factory = ConnectionFactories.get("r2dbc:h2:mem:///test?options=DB_CLOSE_DELAY=-1");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
r2dbc-spi — mvn dependency:get r2dbc-spi · libregistry