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

Commit 03a2b3f0 by Sushant Committed by GitHub

docs(upgrade-to-v5): typescript typings section

1 parent 83035755
Showing with 4 additions and 0 deletions
......@@ -20,6 +20,10 @@ http://docs.sequelizejs.com/manual/querying.html#operators-security
- You can still use string operators by passing an operators map in `operatorsAliases`, but that will give you deprecation warning.
- Op.$raw is removed
### Typescript Support
Sequelize now ship official typings [#10287](https://github.com/sequelize/sequelize/pull/10287). You can consider migrating away from external typings which may get out of sync.
### Pooling
With v5 Sequelize now use `sequelize-pool` which is a modernized fork of `generic-pool@2.5`. You no longer need to call `sequelize.close` to shutdown pool, this helps with lambda executions. [#8468](https://github.com/sequelize/sequelize/issues/8468)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!