$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.