drizzle-orm
drizzle-orm copied to clipboard
[BUG]: op-sqlite calling executeAsync
What version of drizzle-orm
are you using?
0.33.0
What version of drizzle-kit
are you using?
0.24.0
Describe the Bug
in op-sqlite/session.ts
there is a call in run
to this.client.executeAsync
, but that function is not part of the op-sqlite API - it should be this.client.execute
the error message I'm getting is TypeError: this.client.executeAsync is not a function (it is undefined)
Expected behavior
No response
Environment & setup
No response