./wip/mysql++, Complex C++ API for MySQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.0, Package name: mysql++-3.3.0, Maintainer: pkgsrc-users

MySQL++ is a C++ wrapper for the MySQL and MariaDB C APIs. It is built
on the same principles as the Standard C++ Library to make dealing with
the database as easy as dealing with `std` containers. MySQL++ also
provides facilities that let you avoid the most repetitive sorts of SQL
within your own code, providing native C++ interfaces for these common
tasks.


Required to run:
[databases/mysql57-client]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 4526.976 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-07-21 22:08:13 by Thomas Klausner | Files touched by this commit (59)
Log message:
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2006-12-04 23:34:45 by Rumko | Files touched by this commit (2)
Log message:
Changed a define into a typedef.
   2006-12-04 22:36:45 by Rumko | Files touched by this commit (8) | Imported package
Log message:
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://tangentsoft.net/mysql++/