summaryrefslogtreecommitdiff
path: root/databases/mysql++/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql++/pkg-descr')
-rw-r--r--databases/mysql++/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql++/pkg-descr b/databases/mysql++/pkg-descr
index 54735ed3f941..c5360e56740e 100644
--- a/databases/mysql++/pkg-descr
+++ b/databases/mysql++/pkg-descr
@@ -1,5 +1,5 @@
-Mysql++ is a complex C++ API for MySQL (and other SQL Databases Soon).
-The goal of this API is too make working with Queries as easy as
-working with other STL Containers.
+MySQL++ is a C++ wrapper for MySQL's C API.
+It is built around STL principles, to make dealing with
+the database as easy as dealing with an STL container.
-WWW: http://dev.mysql.com/downloads/other/plusplus/
+WWW: http://tangentsoft.net/mysql++/