Registry / database / r2dbc-bom

r2dbc-bom

JSON →
libraryBorca-SR2javamavenunverified

Bill of materials for managing dependencies of R2DBC drivers and related modules.

<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-bom</artifactId> <version>Borca-SR2</version> </dependency>
INSTALL
IMPORT
SIG · R2DBC-BOM
R
r2dbc-bom
databasejavavBorca-SR2
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

References the core R2DBC SPI interface for database connections.

import io.r2dbc.spi.ConnectionFactory; public class Example { public static void main(String[] args) { System.out.println("R2DBC ConnectionFactory interface"); } }
Debug
Known issues
gotchaBOM does not include driver implementations; you must add a specific driver (e.g., r2dbc-postgresql) separately.
fix
Add a driver dependency like io.r2dbc:r2dbc-postgresql to your project.
affects: all
Upgrade
Version history
Borca-SR2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
r2dbc-bom — mvn dependency:get r2dbc-bom · libregistry