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: 12 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:54:23.000Z (about 6 years ago)
- Last Synced: 2025-02-17T02:25:45.843Z (about 1 year 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: [](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"