Skip to content

Instantly share code, notes, and snippets.

@twolfson
Last active December 28, 2019 22:38
Show Gist options
  • Save twolfson/13eeeb547271c8ee32707f7b02c2ed90 to your computer and use it in GitHub Desktop.
Save twolfson/13eeeb547271c8ee32707f7b02c2ed90 to your computer and use it in GitHub Desktop.
Node.js ORM evaluation

We are planning on building a Node.js service. Here's our evaluation of the current ORM landscape:

Last updated: May 2 2016

Our likely choice is sequelize (possibly with callback bindings via bluebird-nodeify)

Copy link

ghost commented May 12, 2019

@jamespedid orders is not the SQL table name, it is the relation name defined under MyModel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment