I'm creating a DB model via Sequelize CLI with this command: sequelize model:create --name User --attributes "firstname:string, lastname:string" This creates
I am trying to fetch data from Table_A and Table_B using node and sequelize Table Structure Table_A: id PK name Text Table_B: id PK a_id FK_tableA_id name Text
Simple question seeking a simple answer. What is the default connection pool size for a sequelize managed pg database? The docs don't say anything about this,