wooce / mysqlppc

a lightweight C++ wrapper for accessing database,currently only support MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysqlppc

C++ Wrapper for MySQL C API

Features:

  • Supports Prepared Statements.

Dependencies

  • MySQL version >= 4.1.2
  • gcc >= 4.4
  • Linux: CentOS >= 5.x or Ubuntu >= 9.x

Building

  • There is an included Makefile that has only been tested on CentOS 6.0, but that an enterprising young person like yourself should be able to modify pretty easily to run on most varieties of Unix.

[Weibo] (http://weibo.com/u/2043162211/)

About

a lightweight C++ wrapper for accessing database,currently only support MySQL


Languages

Language:C++ 100.0%