Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 825 Bytes

_src_index_.md

File metadata and controls

33 lines (18 loc) · 825 Bytes

sqliteGlobals"src/index"

Module: "src/index"

Index

Functions

Functions

open

openDriver, 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:

Name Type
config Config

Returns: Promise‹Database