Skip to content

sqlocal / index / Sqlite3Method

Type Alias: Sqlite3Method

ts
type Sqlite3Method = "get" | "all" | "run" | "values";

Defined in: src/types.ts:15

Released under the MIT License