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

Commit 286543b1 by Jan Aagaard Meier

Merge pull request #3742 from saneki/docs_update

Specify that mysql package is used for both mysql and mariadb dialects
2 parents 00576687 761b86a6
Showing with 1 additions and 2 deletions
......@@ -7,8 +7,7 @@ $ npm install --save sequelize
# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save mysql
$ npm install --save mariasql
$ npm install --save mysql // For both mysql and mariadb dialects
$ npm install --save sqlite3
$ npm install --save tedious // MSSQL
```
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!