Skip to content

Commit ab24621

Browse files
committed
Merge pull request DefinitelyTyped#8216 from blove/master
Added dialectOptions property to the Options interface
2 parents dab4bb8 + 7ae80ff commit ab24621

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sequelize/sequelize-2.0.0.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,11 @@ declare module "sequelize"
13791379
* connecting to a pg database, you should specify 'pg.js' here
13801380
*/
13811381
dialectModulePath?: string;
1382+
1383+
/**
1384+
* The dialect options that are passed to the underlying dialect library.
1385+
*/
1386+
dialectOptions?: Object;
13821387

13831388
/**
13841389
* The host of the relational database. Default 'localhost'.

0 commit comments

Comments
 (0)