| Package | Description |
|---|---|
| io.r2dbc.postgresql |
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresqlConnectionConfiguration.Builder |
PostgresqlConnectionConfiguration.Builder.codecRegistrar(CodecRegistrar codecRegistrar)
Register a
CodecRegistrar that can contribute extension Codecs. |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDynamicCodecs
CodecRegistrar to register built-in codecs depending on their availability in pg_type. |
| Modifier and Type | Method and Description |
|---|---|
CodecRegistrar |
EnumCodec.Builder.build()
Build a
CodecRegistrar to be used with PostgresqlConnectionConfiguration.Builder#codecRegistrar(CodecRegistrar). |
Copyright © 2024. All rights reserved.