dxdo/zend-db

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

dev-master / 2.9.x-dev 2021-02-10 09:35 UTC

This package is not auto-updated.

Last update: 2024-04-18 23:36:09 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.