MCPcopy
hub / github.com/sequelize/sequelize / databaseVersion

Method databaseVersion

src/sequelize.js:977–979  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

975 }
976
977 async databaseVersion(options) {
978 return await this.getQueryInterface().databaseVersion(options);
979 }
980
981 /**
982 * Get the fn for random based on the dialect

Callers 2

sequelize.test.jsFile · 0.45

Calls 1

getQueryInterfaceMethod · 0.95

Tested by

no test coverage detected