Registry / database / r2dbc-proxy

r2dbc-proxy

JSON →
library1.1.6.RELEASEjavamavenunverified

A proxy implementation for the Reactive Relational Database Connectivity (R2DBC) specification.

<dependency> <groupId>io.r2dbc</groupId> <artifactId>r2dbc-proxy</artifactId> <version>1.1.6.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · R2DBC-PROXY
R
r2dbc-proxy
databasejavav1.1.6.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.

ProxyConnectionFactory
✓ io.r2dbc.proxy.ProxyConnectionFactory

Creates a proxy connection factory wrapping an existing R2DBC connection factory.

import io.r2dbc.proxy.ProxyConnectionFactory; import io.r2dbc.spi.ConnectionFactory; public class Main { public static void main(String[] args) { ConnectionFactory original = ...; ProxyConnectionFactory proxy = ProxyConnectionFactory.builder(original).build(); System.out.println("Proxy created"); } }
Debug
Known issues
gotchaVersion 1.1.6.RELEASE uses a legacy versioning scheme; newer versions may have breaking changes.
fix
Upgrade to a newer version without the .RELEASE suffix if available.
affects: <=1.1.6.RELEASE
Upgrade
Version history
1.1.6.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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