Package io.codemine.postgresql


package io.codemine.postgresql
  • Classes
    Class
    Description
    Adapts a Codec to the r2dbc-postgresql Codec SPI so that custom types can be encoded and decoded over the binary extended-query protocol.
    Adapts a Codec to the r2dbc-postgresql Codec SPI using binary format for parameter encoding and text format for result decoding.
    Adapts a Codec to the r2dbc-postgresql Codec SPI using text format for parameter encoding and binary format for result decoding.
    Adapts a Codec to the r2dbc-postgresql Codec SPI using the text wire format for both parameter encoding and result decoding.