Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rindow/rindow-persistence-ormshell
ORM persisitence service Shell
https://github.com/rindow/rindow-persistence-ormshell
framework orm php template
Last synced: 10 days ago
JSON representation
ORM persisitence service Shell
- Host: GitHub
- URL: https://github.com/rindow/rindow-persistence-ormshell
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-26T06:18:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T06:54:04.000Z (over 4 years ago)
- Last Synced: 2024-08-14T03:08:43.317Z (3 months ago)
- Topics: framework, orm, php, template
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ORM persisitence service Shell
==============================Master: [![Build Status](https://travis-ci.com/rindow/rindow-persistence-ormshell.png?branch=master)](https://travis-ci.com/rindow/rindow-persistence-ormshell)
This module supports developers implementing the Java Persisitence API style ORM service.
It is useful when creating an alternative product if you only want to replace the ORM part in an environment where an existing ORM service can not be used.
This module provides an EntityManager interface used by applications, but no mapper is provided. The ORM service is completed by making the mapper suitable for your environment by the developer.