@vlcn.io/xplat-api
Advanced tools
Comparing version 0.6.0 to 0.6.1-next.0
@@ -24,3 +24,3 @@ export type UpdateType = 9 | 18 | 23; | ||
execA<T extends any[]>(sql: string, bind?: unknown[]): Promise<T[]>; | ||
close(): void; | ||
close(): Promise<void>; | ||
onUpdate(cb: (type: UpdateType, dbName: string, tblName: string, rowid: bigint) => void): () => void; | ||
@@ -47,3 +47,3 @@ prepare(sql: string): Promise<StmtAsync>; | ||
raw(isRaw?: boolean): this; | ||
bind(args: any[]): this; | ||
bind(args: readonly any[]): this; | ||
finalize(): void; | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "@vlcn.io/xplat-api", | ||
"type": "module", | ||
"version": "0.6.0", | ||
"version": "0.6.1-next.0", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist" |
Sorry, the diff of this file is not supported yet
17404