$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-03-04 13:26:50
On Wed, Mar 4, 2020 at 5:18 AM Ruben Perez via Boost
<boost_at_[hidden]> wrote:
> Just to clarify, this is *not* a wrapper around the MySQL C API, it is an
> implementation of the MySQL protocol based in ASIO.
I took a quick look, and yes there's quite a bit of work here. It uses
the Asio asynchronous model idioms correctly.
Regards