sqlite › Globals › "src/index"
▸ 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:
Name | Type |
---|---|
config |
Config |
Returns: Promise‹Database›