dev-master
9999999-dev http://github.com/PrimalPHP/DatabasePoolBasic class for managing database configurations and active PDO links.
MIT
The Requires
- php >=5.3.10
database postgresql mysql sqlite link pool
Basic class for managing database configurations and active PDO links.
Created and Copyright 2013 by Jarvis Badgley, chiper at chipersoft dot com., (*1)
Primal Database Pool is a basic class for managing database configurations and active PDO links from a central location. It offers an optional singleton interface for maintaining a global instance of the pool., (*2)
Primal is a collection of independent micro-libraries., (*3)
The class currently offers support for three database types:, (*4)
addMySQL($name, $host, $username, $password[, $database[, $options[, $port]]])
addPostgrSQL($name, $host, $username, $password[, $database[, $options[, $port]]])
addSQLite($name, $database, $username[, $options])
$name
is the name which will be used to retrieve the PDO object., (*5)
All of this functions are chainable., (*6)
Basic class for managing database configurations and active PDO links.
MIT
database postgresql mysql sqlite link pool