| 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.
|
| io.r2dbc.postgresql.extension |
Extension points for the Postgres driver.
|
| Modifier and Type | Field and Description |
|---|---|
static io.r2dbc.spi.Option<Collection<Extension>> |
PostgresqlConnectionFactoryProvider.EXTENSIONS
Extensions to register.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresqlConnectionConfiguration.Builder |
PostgresqlConnectionConfiguration.Builder.extendWith(Extension extension)
Registers a
Extension to extend driver functionality. |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDynamicCodecs
CodecRegistrar to register built-in codecs depending on their availability in pg_type. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CodecRegistrar
Registrar interface that is used to register
Codecs as extension to built-in codecs. |
Copyright © 2024. All rights reserved.