opnsense-ports/databases/mysql++/pkg-descr
Franco Fichtner 57ae97c49c */*: sync with upstream
Taken from: FreeBSD
2022-11-28 08:27:50 +01:00

5 lines
311 B
Text

MySQL++ is a C++ wrapper for the MySQL and MariaDB C APIs. It is built on the
same principles as the Standard C++ Library to make dealing with the database
as easy as dealing with std containers. MySQL++ lets you avoid the most
repetitive sorts of SQL by providing native C++ interfaces for these common
tasks.