diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-27 18:40:15 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-27 18:40:15 +0000 |
commit | a47d0e4abd8514186854dc182e3b8665f274a506 (patch) | |
tree | 1ff6a61733d30e14468f4ac019e5e53b70ffc9a3 /databases/mysqlcppapi/pkg-descr | |
parent | 1281878cbe0208cb3e3f0fc995caa85bb9ec4fb6 (diff) |
Notes
Diffstat (limited to 'databases/mysqlcppapi/pkg-descr')
-rw-r--r-- | databases/mysqlcppapi/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/mysqlcppapi/pkg-descr b/databases/mysqlcppapi/pkg-descr new file mode 100644 index 000000000000..55dd7d90b323 --- /dev/null +++ b/databases/mysqlcppapi/pkg-descr @@ -0,0 +1,14 @@ +mysqlcppapi is a C++ wrapper for the MySQL C API library. + +It is a branch of the MySql++ project, but it has diverged significantly for +the following reasons: + +* MySQL++ is aggressively optimised for speed, but optimisation should happen + after the design is mature, and that optimisation should be targeted. + Premature optimisation obscures the design and prevents it from improving. +* MySQL++ provides too many ways to do things instead of deciding on an + interface. Again, this obscures the design. +* MySQL++ uses preprocessor macros to an extent that is unacceptable in a C++ + library. + +WWW: http://mysqlcppapi.sourceforge.net |