Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ isPostgres
Method
isPostgres
testUtils/TestSession.js:390–392 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
388
}
389
390
isPostgres() {
391
return
knexUtils.isPostgres(this.knex);
392
}
393
394
isMySql() {
395
return
knexUtils.isMySql(this.knex);
Callers
15
withGraph.js
File · 0.80
viewsAndAliases.js
File · 0.80
find.js
File · 0.80
index.js
File · 0.80
queryContext.js
File · 0.80
compositeKeys.js
File · 0.80
delete.js
File · 0.80
knexSnakeCase.js
File · 0.80
maybeWithAddress
Function · 0.80
insertGraph.js
File · 0.80
schema.js
File · 0.80
staticHooks.js
File · 0.80
Calls
no outgoing calls
Tested by
1
test
Function · 0.64