Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 772 Bytes

File metadata and controls

39 lines (27 loc) · 772 Bytes

PostgreSQL data types

Translate Swift data types to Postgres data types and vica versa. Learn how to write translations for your own custom Swift types.

Topics

Essentials

  • PostgresCodable
  • PostgresDataType
  • PostgresFormat
  • PostgresNumeric

Encoding

  • PostgresEncodable
  • PostgresNonThrowingEncodable
  • PostgresDynamicTypeEncodable
  • PostgresThrowingDynamicTypeEncodable
  • PostgresArrayEncodable
  • PostgresRangeEncodable
  • PostgresRangeArrayEncodable
  • PostgresEncodingContext

Decoding

  • PostgresDecodable
  • PostgresArrayDecodable
  • PostgresRangeDecodable
  • PostgresRangeArrayDecodable
  • PostgresDecodingContext

JSON

  • PostgresJSONEncoder
  • PostgresJSONDecoder