Module: "src/index"

August 10, 2020 · View on GitHub

sqlite › Globals › "src/index"

Module: "src/index"

Index

Functions

  • open

Functions

open

▸ open‹Driver, Stmt›(config: Config): Promise‹Database›

Defined in src/index.ts:11

Opens a database for manipulation. Most users will call this to get started.

Type parameters:

▪ Driver: Database

▪ Stmt: Statement

Parameters:

NameType
configConfig

Returns: Promise‹Database›

Contents

  1. 1Index
  2. 1.1Functions
  3. 2Functions
  4. 2.1open