Skip to content

Instantly share code, notes, and snippets.

@vbguard
Created September 24, 2019 16:22
Show Gist options
  • Select an option

  • Save vbguard/6da00db1b3dbe119ae7d7d79e3db14e0 to your computer and use it in GitHub Desktop.

Select an option

Save vbguard/6da00db1b3dbe119ae7d7d79e3db14e0 to your computer and use it in GitHub Desktop.
const Sequelize = require('sequelize');
const sequelize = new Sequelize('node-complete', 'root', 'nodecomplete', {
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