Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T03:25:06.000Z (over 4 years ago)
- Last Synced: 2024-08-09T23:23:50.662Z (3 months ago)
- Topics: dao-design-pattern, framework, php, repository
- Language: PHP
- Size: 46.9 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
===================Master: [![Build Status](https://travis-ci.com/rindow/rindow-database-dao.png?branch=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 HierarchyCurrently annotations are not implemented.