Added dialectOptions property to the Options interface.

This commit is contained in:
Brian Love
2016-02-22 19:55:43 -07:00
parent bd269cad4c
commit 17b2194890
+5
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?: any;
/**
* The host of the relational database. Default 'localhost'.