Instance Method
decode(_:context:file:line:)
func decode<Column>(_: Column.Type, context: PostgresDecodingContext<some PostgresJSONDecoder>, file: String = #fileID, line: Int = #line) throws -> Column where Column : PostgresDecodable
Instance Method
func decode<Column>(_: Column.Type, context: PostgresDecodingContext<some PostgresJSONDecoder>, file: String = #fileID, line: Int = #line) throws -> Column where Column : PostgresDecodable