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

Method exec

drizzle-orm/src/bun-sqlite/session.ts:45–47  ·  view source on GitHub ↗
(query: string)

Source from the content-addressed store, hash-verified

43 }
44
45 exec(query: string): void {
46 this.client.exec(query);
47 }
48
49 prepareQuery<T extends Omit<PreparedQueryConfig, 'run'>>(
50 query: Query,

Callers 15

pglite.test.mjsFile · 0.80
pglite.test.cjsFile · 0.80
migrationsMethod · 0.80
migrationsMethod · 0.80
getMethod · 0.80
putMethod · 0.80
onMutateMethod · 0.80
runMethod · 0.80
allMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 2

migrationsMethod · 0.64
migrationsMethod · 0.64