https://knexjs.org/#Installation-node
Arquivo da tag: ORM
balderdashy/waterline: An adapter-based ORM for Node.js with support for mysql, mongo, postgres, redis, and more
Ruby ORMs
Knex.js
Knex.js is a “batteries included” SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both traditional node style callbacks as well as a promiseinterface for cleaner async flow control, a stream interface, full featured query and schema builders, transaction support (with savepoints), connection pooling and standardized responses between different query clients and dialects.
An adapter-based ORM for Node.js with support for mysql, mongo, postgres, nedb, redis, and more http://waterlinejs.org
Sequelize
Sequelize is a promise-based ORM for Node.js v4 and up. It supports the dialects PostgreSQL, MySQL, SQLite and MSSQL and features solid transaction support, relations, read replication and more.