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

Commit 15964b13 by SunMyeong Lee Committed by GitHub

Fix type on getting-started (#13501)

Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
1 parent 37f676d8
Showing with 1 additions and 1 deletions
......@@ -38,7 +38,7 @@ const sequelize = new Sequelize({
storage: 'path/to/database.sqlite'
});
// Option 2: Passing parameters separately (other dialects)
// Option 3: Passing parameters separately (other dialects)
const sequelize = new Sequelize('database', 'username', 'password', {
host: 'localhost',
dialect: /* one of 'mysql' | 'mariadb' | 'postgres' | 'mssql' */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!