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

Commit 93dc69fb by netsgnut Committed by Sushant

docs(readme): state pg@7 is not supported yet (#8523)

1 parent bf837ec3
Showing with 2 additions and 2 deletions
......@@ -27,10 +27,10 @@ Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microso
$ npm install --save sequelize
# And one of the following:
$ npm install --save pg pg-hstore
$ npm install --save pg@6 pg-hstore # Note that `pg@7` is not supported yet
$ npm install --save mysql2
$ npm install --save sqlite3
$ npm install --save tedious // MSSQL
$ npm install --save tedious # MSSQL
```
Sequelize follows [SEMVER](http://semver.org). Supports Node v4 and above to use ES6 features.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!