不要怂,就是干,撸起袖子干!

Commit cfaf630d by Sascha Depold

added example for setting some options of sequelize

1 parent a5853524
Showing with 10 additions and 0 deletions
var Sequelize = require(__dirname + "/../../lib/sequelize/Sequelize").Sequelize,
sequelize = new Sequelize("sequelize_test", "test", "test", {
// use other database server or port
host: 'my.srv.tld',
port: 12345,
// disable logging
disableLogging: true
})
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!