https://github.com/pmlopes/v-odm
Vert.x ODM
https://github.com/pmlopes/v-odm
Last synced: 12 months ago
JSON representation
Vert.x ODM
- Host: GitHub
- URL: https://github.com/pmlopes/v-odm
- Owner: pmlopes
- License: other
- Created: 2014-01-20T08:39:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T10:07:14.000Z (about 10 years ago)
- Last Synced: 2025-02-25T17:36:51.561Z (over 1 year ago)
- Language: Java
- Size: 115 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ODM
ODM is a simple async Object Data Mapper, it is not a ORM and will never be. The idea behind this project was to make
a generic data mapper for any backend, so currently it supports:
* Any JDBC Database
* Redis
* MongoDB
At the moment the project is not polyglot.