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

Method getDialect

lib/sequelize.js:393–395  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

391 * @returns {string} The specified dialect.
392 */
393 getDialect() {
394 return this.options.dialect;
395 }
396
397 /**
398 * 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