MySQL Simple Object Wrapper (mysqlsow)

MySQL Simple Object Wrapper (mysqlsow) is a C++ library that provides a simple wrapper for the MySQL C API (version 4.0+ (no binding)).

The mysqlsow library uses the standard C++ library and also conditionally uses the boost (http://www.boost.org) library.

The MySQL C API maps all MySQL database data types to strings. The mysqlsow library simply wraps the C strings (or blobs) with the standard string class (std::string).


Please vist my website (Kurt M. Brown): x2ii.info


Project Page
SourceForge Logo