Skip to content

bouzikas/DBPoolMySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBPoolMySQL

DBPool mechanism using MySQL connector written in C. An example project using GwLib of Kannel SMS Gateway project to create DBPool connections with MySQL.

Init project

$ git clone https://github.com/dimimpou/DBPoolMySQL.git ./DBPoolMySQL
$ cd DBPoolMySQL
$ git submodule update --init

Build GwLib

$ cd gwlib
$ ./configure --with-mysql
$ make

Build project

$ cd ..
$ make

About

DBPool for MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published