DBPool mechanism using MySQL connector written in C. An example project using GwLib of Kannel SMS Gateway project to create DBPool connections with MySQL.
$ git clone https://github.com/dimimpou/DBPoolMySQL.git ./DBPoolMySQL
$ cd DBPoolMySQL
$ git submodule update --initBuild GwLib
$ cd gwlib
$ ./configure --with-mysql
$ make$ cd ..
$ make