sequelize

A collection of 2 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.

Node.js, Sequelize and GDPR

One of the common rule is to encrypt data of our clients in the storage system. I want to show you, how we could do the very simple implementation of such encryption in our node.js APIs, by using Sequilize hooks.