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

Commit 35068ffb by sdepold

added connection pooling

1 parent 9c1e7348
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
- [FEATURE] objects are now compatible JSON.stringify. (thanks to grayt0r) - [FEATURE] objects are now compatible JSON.stringify. (thanks to grayt0r)
- [FEATURE] When instantiating the sequelize object, you can now pass a function to logging. This allows you to customize the logging behavior. Default is now: console.log (thanks to kenperkins) - [FEATURE] When instantiating the sequelize object, you can now pass a function to logging. This allows you to customize the logging behavior. Default is now: console.log (thanks to kenperkins)
- [FEATURE] postgresql support. (thanks to swoodtke) - [FEATURE] postgresql support. (thanks to swoodtke)
- [FEATURE] connection-pooling for mysql. (thanks to megshark)
# v1.3.7 # # v1.3.7 #
- [BUG] fixed issue where multiple belongsTo or hasOne associations to the same table overwrite each other - [BUG] fixed issue where multiple belongsTo or hasOne associations to the same table overwrite each other
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!