Category "sequelize.js"

How to set primary key type to UUID via Sequelize CLI

I'm creating a DB model via Sequelize CLI with this command: sequelize model:create --name User --attributes "firstname:string, lastname:string" This creates

How to solve EagerLoadingError [SequelizeEagerLoadingError]: Table_B is not associated to Table_A?

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

Sequelize default connection pool size

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,