Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rindow/rindow-database-pdo

Data access support for PHP PDO
https://github.com/rindow/rindow-database-pdo

dao-design-pattern framework pdo php sql

Last synced: 7 days ago
JSON representation

Data access support for PHP PDO

Awesome Lists containing this project

README

        

Data access support for PHP PDO
===============================

Master: [![Build Status](https://travis-ci.com/rindow/rindow-database-pdo.png?branch=master)](https://travis-ci.com/rindow/rindow-database-pdo)

"Rindow - database - pdo" is one of implementation by PHP - PDO for data access abstracted by the rindow framework.
Developers can choose other implementations as well.

Currently the following adapters are available

- Raw SQL database access
- DAO Consistent Exceptions
- Transaction management
- ORM persistence like implementation for "rindow-persistence-ormshell"