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

You need to sign in or sign up before continuing.
Commit 761b86a6 by saneki

Specify that mysql package is used for both mysql and mariadb dialects

1 parent 00576687
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!