dxdo/zend-db

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

Maintainers

Package info

github.com/dxdo/zend-db

Issues

Forum

Documentation

pkg:composer/dxdo/zend-db

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-06 08:10:26 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.