Instance Method
decode(_:from:)
Deprecated
Use `PostgresDecodingContext` instead.
func decode<T>(_: T.Type, from data: PostgresData) throws -> T where T : Decodable
Instance Method
Deprecated
Use `PostgresDecodingContext` instead.
func decode<T>(_: T.Type, from data: PostgresData) throws -> T where T : Decodable