libraries/mysql++: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:50:31 -04:00
parent c4a8797653
commit 92151b543f
1 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
MySQL++ is a C++ wrapper for MySQL's C API. It is built around the same
principles as the Standard C++ Library, to make dealing with the database
as easy as dealing with STL containers. In addition, MySQL++ provides
facilities that let you avoid the most repetitive sorts of SQL within your
own code, providing native C++ interfaces for these common tasks.
MySQL++ is a C++ wrapper for MySQL's C API. It is built around the
same principles as the Standard C++ Library, to make dealing with the
database as easy as dealing with STL containers. In addition, MySQL++
provides facilities that let you avoid the most repetitive sorts of
SQL within your own code, providing native C++ interfaces for these
common tasks.
MySQL++ requires MySQL.