The Sequelize constructor takes a whole slew of options that are documented in the .

    If you're connecting to the database from a single process, you should create only one Sequelize instance. Sequelize will set up a connection pool on initialization. This connection pool can be configured through the constructor's parameter (using ), as is shown in the following example:

    You can use the function to test if the connection is OK: