We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b9bd2 commit 69dcbeeCopy full SHA for 69dcbee
Sources/PostgreSQL/Coders/PostgreSQLDataDecoder.swift renamed to Sources/PostgreSQL/Data+Decoder/PostgreSQLDataDecoder.swift
Sources/PostgreSQL/Coders/PostgreSQLDataKeyedDecodingContainer.swift renamed to Sources/PostgreSQL/Data+Decoder/PostgreSQLDataKeyedDecodingContainer.swift
Sources/PostgreSQL/Coders/PostgreSQLDataSingleValueDecodingContainer.swift renamed to Sources/PostgreSQL/Data+Decoder/PostgreSQLDataSingleValueDecodingContainer.swift
Sources/PostgreSQL/Coders/PostgreSQLDataUnkeyedDecodingContainer.swift renamed to Sources/PostgreSQL/Data+Decoder/PostgreSQLDataUnkeyedDecodingContainer.swift
Sources/PostgreSQL/Coders/PostgreSQLDataEncoder.swift renamed to Sources/PostgreSQL/Data+Encoder/PostgreSQLDataEncoder.swift
Sources/PostgreSQL/Coders/PostgreSQLDataKeyedEncodingContainer.swift renamed to Sources/PostgreSQL/Data+Encoder/PostgreSQLDataKeyedEncodingContainer.swift
Sources/PostgreSQL/Coders/PostgreSQLDataSingleValueEncodingContainer.swift renamed to Sources/PostgreSQL/Data+Encoder/PostgreSQLDataSingleValueEncodingContainer.swift
Sources/PostgreSQL/Coders/PostgreSQLDataUnkeyedEncodingContainer.swift renamed to Sources/PostgreSQL/Data+Encoder/PostgreSQLDataUnkeyedEncodingContainer.swift
Sources/PostgreSQL/Coders/PartialPostgreSQLData.swift renamed to Sources/PostgreSQL/Data/PartialPostgreSQLData.swift
Sources/PostgreSQL/Coders/PostgreSQLDataArrayKey.swift renamed to Sources/PostgreSQL/Data/PostgreSQLDataArrayKey.swift
Sources/PostgreSQL/Data/PostgreSQLDataType+Parse.swift renamed to Sources/PostgreSQL/DataType/PostgreSQLDataType+Parse.swift
Sources/PostgreSQL/Data/PostgreSQLDataType+Serialize.swift renamed to Sources/PostgreSQL/DataType/PostgreSQLDataType+Serialize.swift
Sources/PostgreSQL/Data/PostgreSQLDataType.swift renamed to Sources/PostgreSQL/DataType/PostgreSQLDataType.swift
Sources/PostgreSQL/Data/PostgreSQLFormatCode.swift renamed to Sources/PostgreSQL/DataType/PostgreSQLFormatCode.swift
Sources/PostgreSQL/Coders/PostgreSQLMessageDecoder.swift renamed to Sources/PostgreSQL/Message+Parse/PostgreSQLMessageDecoder.swift
Sources/PostgreSQL/Coders/PostgreSQLMessageParser.swift renamed to Sources/PostgreSQL/Message+Parse/PostgreSQLMessageParser.swift
Sources/PostgreSQL/Coders/PostgreSQLMessageEncoder.swift renamed to Sources/PostgreSQL/Message+Serialize/PostgreSQLMessageEncoder.swift
Sources/PostgreSQL/Coders/PostgreSQLMessageSerializer.swift renamed to Sources/PostgreSQL/Message+Serialize/PostgreSQLMessageSerializer.swift
0 commit comments