MCPcopy
hub / github.com/sequelize/sequelize / getDatabaseName

Method getDatabaseName

src/sequelize.js:413–415  ·  view source on GitHub ↗

* Returns the database name. * * @returns {string} The database name.

()

Source from the content-addressed store, hash-verified

411 * @returns {string} The database name.
412 */
413 getDatabaseName() {
414 return this.config.database;
415 }
416
417 /**
418 * Returns an instance of QueryInterface.

Callers 2

sequelize.test.jsFile · 0.80
sequelize.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected