An open API service indexing awesome lists of open source software.

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

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.