Boost logo

Boost :

From: Mohammad Nejati [ashtum] (ashtumashtum_at_[hidden])
Date: 2024-07-16 11:48:49


On Tue, Jul 16, 2024 at 1:23 PM Ruben Perez via Boost
<boost_at_[hidden]> wrote:
> I also remember someone (was it Mohammed?) on the cpplang slack playing
> with wrapping libpq and offering an Asio interface. How did that end up?

I believe you're referring to: https://github.com/ashtum/psql
The goal was to create a small and easy-to-maintain wrapper around
libpq to integrate smoothly with the C++ and Asio ecosystem. While it
is mostly complete in terms of communication and asynchronous
operations, it lacks the necessary infrastructure for mapping between
database and standard/user-defined types.

A Boost PostgreSQL library that implements the PostgreSQL protocol,
similar to what you've done with Boost.MySQL, would be an excellent
addition to Boost. I believe it would attract many users.

Thanks,
Mohammad.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk