Enumeration
PostgresFormat
The format the postgres types are encoded in on the wire.
enum PostgresFormat
Overview
Currently there are two wire formats supported:
text
binary
Topics
Enumeration Cases
Initializers
init(rawValue:)Creates a new instance with the specified raw value.
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.CustomStringConvertibleSwift.DecodableSwift.EncodableSwift.EquatableSwift.EscapableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype
See Also
Essentials
PostgresCodableA type that can be encoded into and decoded from a Postgres binary format.PostgresDataTypeData types and their raw OIDs.PostgresNumeric