MongoDB extension for AntJS.
Just run the build script:
npm run build
Tests are dockerized in order to start a redis server and a PostgreSQL server in a virtual environment.
You can run all the tests with the test script:
npm test
A coverage report will be generated at the coverage directory.
Special thanks to Adrián Martínez Jiménez for encouraging me to start this project and for all the contributions to this project.