dev-master
9999999-dev https://github.com/binsoul/dbCommon database related classes and interfaces
MIT
The Requires
- php >=5.6.0
The Development Requires
database
Common database related classes and interfaces
![Software License][ico-license]
, (*1)
This package provides common database related classes and interfaces and includes a default database implementation and a default connection pool implementation., (*2)
The interfaces define a thin wrapper for SQL statement execution using connection pools and split read and write connections. Different database platform implementations can provide specialized connection, result and statement builder classes., (*3)
Via composer:, (*4)
``` bash $ composer require binsoul/db, (*5)
## Testing ``` bash $ composer test
The MIT License (MIT). Please see License File for more information., (*6)
Common database related classes and interfaces
MIT
database