$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Mazakas (christian.mazakas_at_[hidden])
Date: 2020-03-05 02:26:20
A universal DB abstraction is definitely the ideal but it shouldn't halt
the acceptance of an existing library that integrates well with Boost.
MySQL is a common choice and many web/networking applications rely on it.
Beast + Asio + a MySQL wrapper in Boost makes C++ a competitive choice.
- Chris