MCPcopy
hub / github.com/sequelize/sequelize / getDialect

Method getDialect

src/sequelize.js:404–406  ·  view source on GitHub ↗

* Returns the specified dialect. * * @returns {string} The specified dialect.

()

Source from the content-addressed store, hash-verified

402 * @returns {string} The specified dialect.
403 */
404 getDialect() {
405 return this.options.dialect;
406 }
407
408 /**
409 * Returns the database name.

Callers 3

constructorMethod · 0.95
randomMethod · 0.95
sequelize.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected