vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
317 stars 72 forks source link

Make PostgresCodable typealias public #363

Closed gwynne closed 1 year ago

gwynne commented 1 year ago

If only for the sake of symmetry with any Codable (aka any (Encodable & Decodable)), PostgresCodable should be public alongside PostgresEncodable and PostgresDecodable.

codecov-commenter commented 1 year ago

Codecov Report

Merging #363 (7d64857) into main (dbefcb0) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #363 +/- ## ======================================= Coverage 41.99% 41.99% ======================================= Files 117 117 Lines 8091 8091 ======================================= Hits 3398 3398 Misses 4693 4693 ``` | [Impacted Files](https://app.codecov.io/gh/vapor/postgres-nio/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor) | Coverage Δ | | |---|---|---| | [Sources/PostgresNIO/New/PostgresCodable.swift](https://app.codecov.io/gh/vapor/postgres-nio/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9Qb3N0Z3Jlc05JTy9OZXcvUG9zdGdyZXNDb2RhYmxlLnN3aWZ0) | `95.00% <ø> (ø)` | |