Common database related classes and interfaces

dev-master / 1.0.x-dev 2016-04-28 17:34 UTC

This package is auto-updated.

Last update: 2024-05-14 22:03:02 UTC


README

Latest Version on Packagist Software License Total Downloads

This package provides common database related classes and interfaces and includes a default database implementation and a default connection pool implementation.

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.

Install

Via composer:

$ composer require binsoul/db

Testing

$ composer test

License

The MIT License (MIT). Please see License File for more information.