2017 © Pedro Peláez
 

library db

Common database related classes and interfaces

image

binsoul/db

Common database related classes and interfaces

  • Thursday, April 28, 2016
  • by binsoul
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

db

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*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)

Install

Via composer:, (*4)

``` bash $ composer require binsoul/db, (*5)


## Testing ``` bash $ composer test

License

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

The Versions

28/04 2016

dev-master

9999999-dev https://github.com/binsoul/db

Common database related classes and interfaces

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

database