Created
September 24, 2019 16:22
-
-
Save vbguard/6da00db1b3dbe119ae7d7d79e3db14e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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