Source: /cirosantilli/sequelize-raw-query

= Sequelize raw query

Exampes under \a[nodejs/sequelize/raw]:
* \a[nodejs/sequelize/raw/index.js]: <Sequelize raw query> <hello world>. Ideally one should never use a raw query in a real project. We use raw examples mostly as a <SQL> tutorial under <SQL example>, and will not comment on them much further on this section.