MCPcopy
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.jsFile · 0.80
viewsAndAliases.jsFile · 0.80
find.jsFile · 0.80
index.jsFile · 0.80
queryContext.jsFile · 0.80
compositeKeys.jsFile · 0.80
delete.jsFile · 0.80
knexSnakeCase.jsFile · 0.80
maybeWithAddressFunction · 0.80
insertGraph.jsFile · 0.80
schema.jsFile · 0.80
staticHooks.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64