summaryrefslogtreecommitdiffstats
path: root/libraries/mysql++
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:50:31 +0100
committer B. Watson2022-03-13 20:50:31 +0100
commit92151b543fb883f012c9e1d56b1c0e603a242644 (patch)
tree09f155ddb12b59fbbe13c909e7409d7efd2cd2f1 /libraries/mysql++
parentc4a879765365f2596ef375652ce97e5a3126fcc5 (diff)
downloadslackbuilds-92151b543fb883f012c9e1d56b1c0e603a242644.tar.gz
libraries/mysql++: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/mysql++')
-rw-r--r--libraries/mysql++/README11
1 files changed, 6 insertions, 5 deletions
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.