Skip to content

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

@schoudhury

Description

@schoudhury

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions