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

Method databaseVersion

lib/sequelize.js:895–897  ·  lib/sequelize.js::Sequelize.databaseVersion
(options)

Source from the content-addressed store, hash-verified

893 }
894
895 async databaseVersion(options) {
896 return await this.getQueryInterface().databaseVersion(options);
897 }
898
899 /**
900 * 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