Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ queryInterface
Method
queryInterface
lib/model.js:54–56 · lib/model.js::Model.queryInterface
()
Source
from the content-addressed store, hash-verified
52
*/
53
class
Model {
54
static get queryInterface() {
55
return
this.sequelize.getQueryInterface();
56
}
57
58
static get queryGenerator() {
59
return
this.queryInterface.queryGenerator;
Callers
nothing calls this directly
Calls
1
getQueryInterface
Method · 0.80
Tested by
no test coverage detected