sequelize mysql shared connection code example
Example: new Sequelize('featherstutorial', 'databaseUser', 'databasePassword'
var sequelize = new Sequelize('mysql://user:[email protected]:9821/dbname', {
// Look to the next section for possible options
})