Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
query-interface.test.js
File · 0.45
Calls
1
getQueryInterface
Method · 0.95
Tested by
no test coverage detected