Namespace: ISqlite

August 10, 2020 · View on GitHub

sqlite › Globals › "src/interfaces" › ISqlite

Namespace: ISqlite

Index

Interfaces

  • Config
  • RunResult
  • SqlObj

Type aliases

  • ConfigureOption
  • SqlType

Type aliases

ConfigureOption

Ƭ ConfigureOption: "trace" | "profile" | "busyTimeout"

Defined in src/interfaces.ts:51


SqlType

Ƭ SqlType: SQLStatement | string

Defined in src/interfaces.ts:18

Allows for input of a normal SQL string or sql-template-strings object

Contents

  1. 1Index
  2. 1.1Interfaces
  3. 1.2Type aliases
  4. 2Type aliases
  5. 2.1ConfigureOption
  6. 2.2SqlType