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

Commit 533a309a by Sascha Depold

Merge pull request #4413 from horyd/patch-1

Update getting-started.md
2 parents 9502a12d e60c3929
Showing with 1 additions and 1 deletions
......@@ -46,7 +46,7 @@ Open the created directory in your favorite text editor and add a new file calle
var Sequelize = require('sequelize')
, sequelize = new Sequelize('database_name', 'username', 'password', {
dialect: "mysql", // or 'sqlite', 'postgres', 'mariadb', 'mssql'
port: 3306, // or 5432 (for postgres)
port: 3306 // or 5432 (for postgres)
});
sequelize
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!