| 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 | Method and Description |
|---|---|
Mono<PostgresqlConnection> |
PostgresqlConnectionFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
static PostgresTypes |
PostgresTypes.from(PostgresqlConnection connection) |
Publisher<Void> |
BuiltinDynamicCodecs.register(PostgresqlConnection connection,
io.netty.buffer.ByteBufAllocator byteBufAllocator,
CodecRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
Publisher<Void> |
CodecRegistrar.register(PostgresqlConnection connection,
io.netty.buffer.ByteBufAllocator allocator,
CodecRegistry registry)
Register
Codec into CodecRegistry. |
Copyright © 2023. All rights reserved.