mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #8216 from blove/master
Added dialectOptions property to the Options interface
This commit is contained in:
5
sequelize/sequelize-2.0.0.d.ts
vendored
5
sequelize/sequelize-2.0.0.d.ts
vendored
@@ -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'.
|
||||
|
||||
Reference in New Issue
Block a user