Skip to content

Statement

Defined in: pkgs/store-contract/src/index.ts:10

all<T>(): Promise<readonly T[]>

Defined in: pkgs/store-contract/src/index.ts:14

T extends Readonly<Record<string, SqlValue>> = Readonly<Record<string, SqlValue>>

Promise<readonly T[]>


bind(…params): Statement

Defined in: pkgs/store-contract/src/index.ts:11

…readonly SqlValue[]

Statement


first<T>(): Promise<T | null>

Defined in: pkgs/store-contract/src/index.ts:13

T extends Readonly<Record<string, SqlValue>> = Readonly<Record<string, SqlValue>>

Promise<T | null>


run(): Promise<Readonly<{ changes: number; lastInsertRowid: bigint; }>>

Defined in: pkgs/store-contract/src/index.ts:12

Promise<Readonly<{ changes: number; lastInsertRowid: bigint; }>>