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

Method promise

drizzle-orm/src/singlestore/driver.ts:109–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108interface CallbackClient {
109 promise(): SingleStoreDriverClient;
110}
111
112function isCallbackClient(client: any): client is CallbackClient {

Callers 2

constructFunction · 0.65
constructFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected