Skip to content

PostgresNIO 1.0.0 Alpha 1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 25 Jun 22:01
020658a

New:

  • PostgresData(bytes:) and postgresData.bytes methods for going to / from [UInt8] (#38)
  • Foundation.Data now conforms to PostgresDataConvertible (#38)
  • PostgresData(jsonb:) and postgresData.jsonb() methods for going to / from JSON (#36)
  • New PostgresJSONBCodable protocol for allowing codable types to automatically serialize as JSONB (#36)