Postgresql – How to get associations in an array using sequelize findAll()?
I'm pretty new to Sequelize and trying to learn all of the cool tricks you can use to format your queries, but have run into a bit of a wall. Basically I have a table "invoices". I have another table…