orm-examples
orm-examples copied to clipboard
node.js sequelize sample app should also do the initial CREATE DATABASE
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)