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