From 92151b543fb883f012c9e1d56b1c0e603a242644 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:50:31 -0400 Subject: libraries/mysql++: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/mysql++/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libraries/mysql++') diff --git a/libraries/mysql++/README b/libraries/mysql++/README index 5f9f1df856..74baf3af75 100644 --- a/libraries/mysql++/README +++ b/libraries/mysql++/README @@ -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. -- cgit v1.2.3