MCPcopy
hub / github.com/drizzle-team/drizzle-orm / transactionProxy

Function transactionProxy

drizzle-kit/src/cli/connections.ts:112–114  ·  view source on GitHub ↗
(queries)

Source from the content-addressed store, hash-verified

110 return result.rows;
111 };
112 const transactionProxy: TransactionProxy = async (queries) => {
113 throw new Error('Transaction not supported');
114 };
115
116 return {
117 packageName: '@aws-sdk/client-rds-data',

Callers 1

prepareServerFunction · 0.85

Calls 8

remoteBatchCallbackFunction · 0.85
transactionMethod · 0.45
queryMethod · 0.45
executeMethod · 0.45
prepareMethod · 0.45
batchMethod · 0.45
allMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected