Type Alias
PostgresCodable
A type that can be encoded into and decoded from a Postgres binary format.
typealias PostgresCodable = PostgresDecodable & PostgresEncodable
See Also
Essentials
PostgresDataTypeData types and their raw OIDs.PostgresFormatThe format the postgres types are encoded in on the wire.PostgresNumeric