An Object Relational Mapper (ORM) for Node.js
Formerly known as moron.js, objection.js is an Promise based ORM built on top of knex.js focusing on the loading and storing of javascript objects into relational databases, specifically the ones supported by knex.js.
It does not currently incorporate a query builder leaving that for knex.js.
Website: https://vincit.github.io/objection.js
Github repo: https://github.com/Vincit/objection.js/