Skip to content

Structure

PostgresDecodingContext

A context that is passed to Swift objects that are decoded from the Postgres wire format. Used to pass further information to the decoding method.
struct PostgresDecodingContext<JSONDecoder> where JSONDecoder : PostgresJSONDecoder

Topics

Initializers

Instance Properties

Type Properties

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype

See Also

Decoding