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-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

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 Hierarchy

Currently annotations are not implemented.