Remi's RPM repository - Packages

Blog | Forum | Repository

mysql++ - C++ wrapper for the MySQL C API

Website:
http://tangentsoft.net/mysql++/
Licence:
LGPLv2
Vendor:
Remi Collet
Description:
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. MySQL++ relieves the programmer of dealing
with cumbersome C data structures, generation of repetitive SQL statements,
and manual creation of C++ data structures to mirror the database schema.

If you are building your own MySQL++-based programs, you also need
to install the -devel package.

Packages

mysql++-3.1.0-7.el5.remi.i386 [183 KiB] Changelog by Remi Collet (2011-03-15):
- rebuild for new mysql client ABI (.18)
mysql++-3.0.9-4.el5.remi.i386 [166 KiB] Changelog by Remi Collet (2010-02-13):
- add explicit -lpthread linker flag (fix DSO bug)