Best Postgres libpq wrapper?

What is the recommended libpq wrapper if any? ideally one that plays well with
async/await

7 Likes

Worth noting PostgresNIO is not a libpq wrapper, but better. It implements the wire protocol in Swift.

4 Likes

Cool even better :slight_smile:

1 Like

I don't think anyone would expect this kind of answer, but I recently started implementing libpq wrapper in Swift because I love reinventing the wheel.
Of course, I recommend the already-existing wheels though.:nerd_face:

1 Like

Looks cool!

1 Like