We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onCreateConnection
1 parent ee8626e commit fc792ddCopy full SHA for fc792dd
packages/dialect-generic-sqlite/src/worker/driver.ts
@@ -47,7 +47,7 @@ export class GenericSqliteWorkerDriver<
47
})
48
49
this.conn = new GenericSqliteWorkerConnection(this.worker, this.mitt)
50
- onCreateConnection?.(this.conn)
+ await onCreateConnection?.(this.conn)
51
52
}
53
0 commit comments