MCPcopy Create free account
hub / github.com/3dugc/3D-Model-Optimizer / query

Method query

src/database/postgres.ts:8–8  ·  view source on GitHub ↗
(text: string, values?: unknown[])

Source from the content-addressed store, hash-verified

6
7export interface SqlQueryable {
8 query<T extends QueryResultRow = QueryResultRow>(text: string, values?: unknown[]): Promise<QueryResult<T>>;
9}
10
11let pool: PgPool | undefined;

Callers 15

withPostgresTransactionFunction · 0.80
runMigrationsFunction · 0.80
upsertWechatUserMethod · 0.80
upsertAuthServiceUserMethod · 0.80
updateUserRowMethod · 0.80
insertWalletRowMethod · 0.80
updateWalletRowMethod · 0.80
insertLedgerRowMethod · 0.80
insertJobChargeRowMethod · 0.80
updateJobChargeRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected