MCPcopy
hub / github.com/knex/knex / qb

Function qb

test/unit/query/builder.js:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43// note: as a workaround, we are using postgres here, since that's using the default " field wrapping
44// otherwise subquery cloning would need to be fixed. See: https://github.com/tgriesser/knex/pull/2063
45function qb() {
46 return clients.pg.queryBuilder();
47}
48
49function raw(sql, bindings) {
50 return clients.pg.raw(sql, bindings);

Callers 1

builder.jsFile · 0.85

Calls 1

queryBuilderMethod · 0.80

Tested by

no test coverage detected