Merge pull request #8216 from blove/master

Added dialectOptions property to the Options interface
This commit is contained in:
Horiuchi_H
2016-02-25 17:24:25 +09:00

View File

@@ -1379,6 +1379,11 @@ declare module "sequelize"
* connecting to a pg database, you should specify 'pg.js' here
*/
dialectModulePath?: string;
/**
* The dialect options that are passed to the underlying dialect library.
*/
dialectOptions?: Object;
/**
* The host of the relational database. Default 'localhost'.