Minorm

Minimal ORM for you node.js project

Get Started →

Minorm is an ORM for Node.js that aims to stay out of your way and make it as easy as possible to use the full power of SQL and the underlying database engine while still making the common stuff easy and enjoyable.

With Minorm you get all the benefits of an SQL query builder but also a powerful set of tools for working with relations and schema.

Minorm is built on top of SQL query builder called squel. The main supported database is MariaDB/MySQL using Node MySQL2 connection pool.