orm-examples icon indicating copy to clipboard operation
orm-examples copied to clipboard

node.js sequelize sample app should also do the initial CREATE DATABASE

Open schoudhury opened this issue 5 years ago • 0 comments

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)

schoudhury avatar Jun 18 '19 21:06 schoudhury