Express.js: Difference between revisions

No edit summary
Line 36: Line 36:
* [https://sequelize.org/ Sequelize] is an object-relation mapping (ORM) for Node. It supports Postgres, MySQL, MariaDB, SQLite, and Microsoft SQL Server.
* [https://sequelize.org/ Sequelize] is an object-relation mapping (ORM) for Node. It supports Postgres, MySQL, MariaDB, SQLite, and Microsoft SQL Server.
* [https://typeorm.io/#/ TypeORM] is another ORM from Node.
* [https://typeorm.io/#/ TypeORM] is another ORM from Node.
** We currently use TypeORM for [https://tuneix.com https://tuneix.com].
* [http://knexjs.org/ Knex.js] is an SQL query builder.
* [http://knexjs.org/ Knex.js] is an SQL query builder.
* [https://github.com/Vincit/objection.js Objection.js] is another ORM built on Knex.js.
* [https://github.com/Vincit/objection.js Objection.js] is another ORM built on Knex.js.