Skip to content

Instantly share code, notes, and snippets.

@hadoan
Created May 27, 2020 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadoan/5d262d3470aa2257665bc76057e8a34a to your computer and use it in GitHub Desktop.
Save hadoan/5d262d3470aa2257665bc76057e8a34a to your computer and use it in GitHub Desktop.
const Sequelize = require('sequelize');
const sequelize = new Sequelize('vooy-shops', 'root', '123456', {
dialect: 'mysql',
host: 'localhost'
});
module.exports = sequelize;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment