dev7ch/zend-db

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations

Maintainers

Package info

github.com/dev7ch/zend-db

Issues

Forum

Documentation

pkg:composer/dev7ch/zend-db

Statistics

Installs: 28

Dependents: 0

Suggesters: 0

Stars: 0

2.8.1 2016-04-14 14:27 UTC

README

Build Status Coverage Status

Zend\Db is a component that abstract the access to a Database using an object oriented API to build the queries. Zend\Db consumes different storage adapters to access different database vendors such as MySQL, PostgreSQL, Oracle, IBM DB2, Microsoft Sql Server, PDO, etc.