CREATE DATABASE ysql_sequelize; is a mandatory step before the node.js sequelize code can be started. This should not be the case and this database should be auto-created every time the app is started (it can drop the previous database using DROP DATABASE)