Sequelize is the most famous Node ORM and is quite feature-rich, but while using it I spend much of my time juggling around between the documentati...
For further actions, you may consider blocking this person and/or reporting abuse
Hi. I have the same problem with Sequelize, I could not understand the aliases in Sequelize. can you write a post about it?
for example, I create order & user models. now i wanna define aliases for them:
user has multiple order, order has one user.
can you simplify it for me? how should i define the aliases & how should i use them in the find queries?
I need to figure this out to...
Hello Momoh
I like to share one thing with you. I am no longer use Sequelize. I switch to prisma and now I got over Sequelize and its endless bottlenecks. Just try prisma
Great post, as Sequelize now creates a model with ES6 classes, could you add an example of this, specifically the relationship between other models.
I tried to do but I think there is no enough documentation.
This took way more time than I expected, but life will be much easier moving forward 😌
Great summary. Thank you.
that was so helpfull, thank you
Great post. Thank you!
great post. vote Sequelize and typeorm
Haven't used typeorm yet!
What about migrations?
👌