Open yaumingyu opened 1 year ago
var Sequelize = require('sequelize'); var sequelize = new Sequelize(config.database, config.username, config.password, config);
Does it work with an ORM like sequelize? What would be the syntax?
var Sequelize = require('sequelize'); var sequelize = new Sequelize(config.database, config.username, config.password, config);
Does it work with an ORM like sequelize? What would be the syntax?