Interface Config

Final config options generated by sequelize.

Hierarchy

  • Config

Properties

database: string
dialectModule?: object
dialectModulePath: null | string
dialectOptions: Readonly<DialectOptions>
host?: string
keepDefaultTimezone?: boolean
native: boolean
password: null | string
pool: Readonly<Required<PoolOptions>>
port: number
protocol: "tcp"
ssl: boolean
username: string

Generated using TypeDoc