You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
I've written a RowDecoder, which lets you easily convert from a PostgresClientKit.Row to a Codable struct, like
struct User: Codable {
let id: Int
let name: String
}
It's working well in my project, and if you think it'd be good to add to this library, let me know and I would be happy to clean it up and pull request it.
I've written a RowDecoder, which lets you easily convert from a
PostgresClientKit.Rowto a Codable struct, likeIt's working well in my project, and if you think it'd be good to add to this library, let me know and I would be happy to clean it up and pull request it.