database

A collection of 1 post

Sequelize - order by joined models

Sometimes we want to get more data from the database at once. Sequelize gives us such possibility by including models. But what if we want to do something more with these joined models? Let's take a look on some cases.