Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rindow/rindow-database-pdo
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-26T10:01:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:54:23.000Z (over 4 years ago)
- Last Synced: 2024-08-15T07:43:11.192Z (3 months ago)
- Topics: dao-design-pattern, framework, pdo, php, sql
- Language: PHP
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"