https://github.com/rindow/rindow-module-mongodb
Rindow compatible mongodb components
https://github.com/rindow/rindow-module-mongodb
dao-design-pattern framework mongodb php
Last synced: 7 months ago
JSON representation
Rindow compatible mongodb components
- Host: GitHub
- URL: https://github.com/rindow/rindow-module-mongodb
- Owner: rindow
- License: bsd-3-clause
- Created: 2019-05-10T01:26:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T04:02:46.000Z (about 6 years ago)
- Last Synced: 2025-07-17T09:45:48.786Z (9 months ago)
- Topics: dao-design-pattern, framework, mongodb, php
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rindow compatible mongodb components
====================================
Master: [](https://travis-ci.com/rindow/rindow-module-mongodb)
- Rindow compatible DataSource and Transaction manager interface.
- Rindow compatible Repository interface.(Repository is Programming style independent of database implementation that is compliant "Spring framework")
- Object Mapper abstract class for Rindow Ormshell.(Ormshell is "JPA 2.1" compliant ORM programing style supports.)
- Rindow compatible Paginator adaptor.
Transactional features of mongodb are currently ignored.