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