简体   繁体   中英

Error when adding config.name to const sequelize = new Sequelize()

const sequelize = new Sequelize(
    config.database,
    config.email,
    config.password,
    config
);

There is no error.

But when I add only config.user I get an error enter image description here

您需要在配置中添加dialect ,另请参阅: Sequelize Manual - Dialects

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM