https://github.com/rindow/rindow-database-dao
Supports access to abstracted data store
https://github.com/rindow/rindow-database-dao
dao-design-pattern framework php repository
Last synced: 9 months ago
JSON representation
Supports access to abstracted data store
- Host: GitHub
- URL: https://github.com/rindow/rindow-database-dao
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-25T10:56:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:25:06.000Z (almost 6 years ago)
- Last Synced: 2025-05-14T10:16:52.391Z (11 months ago)
- Topics: dao-design-pattern, framework, php, repository
- Language: PHP
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Data access support
===================
Master: [](https://travis-ci.com/rindow/rindow-database-dao)
"Rindow database DAO" is a module for making common access to various data store including SQL, NoSQL as much as possible.
The following functions are defined.
- Repository data mapping abstractions
- Query method abstractions
- Pagination abstractions
- Consistent Exception Hierarchy
Currently annotations are not implemented.