Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.mjs
File · 0.80
better-sqlite3.test.mjs
File · 0.80
pglite.test.cjs
File · 0.80
better-sqlite3.test.cjs
File · 0.80
migrations
Method · 0.80
migrations
Method · 0.80
get
Method · 0.80
put
Method · 0.80
onMutate
Method · 0.80
run
Method · 0.80
all
Method · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
2
migrations
Method · 0.64
migrations
Method · 0.64