DEV Community

Discussion on: A simple database modelling for a web-based messenger with Sequelize and postgresDB

Collapse
 
ash_bergs profile image
Ash

I've only built/worked on a few back end projects, and much of that involved the arduous process of setting up Knex to connect, migrate and seed to the database. I can't tell you how many headaches I've developed just in the boilerplate phase haha.
Thank you for this post! I love how clean the Sequelize syntax looks