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 --init
Build GwLib
$ cd gwlib
$ ./configure --with-mysql
$ make
$ cd ..
$ make