How to Install libmysql++-dev in Ubuntu 18.04



Install libmysql++-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libmysql++-dev

Description:

MySQL C++ library bindings (development)

MySQL++ is a complex C++ API for MySQL (and other SQL databases soon). The goal of this API is to make working with Queries as easy as working with other STL containers. . This package provides development support.

Homepage: http://tangentsoft.net/mysql++/

Version: 3.2.2+pristine-2ubuntu3

Section: universe/libdevel