WASQLiteOpenFactory
Opens a SQLite connection using WA-SQLite.
Implements
Constructors
Constructor
new WASQLiteOpenFactory(options): WASQLiteOpenFactory;
Parameters
| Parameter | Type |
|---|---|
options | WASQLiteOpenFactoryOptions |
Returns
WASQLiteOpenFactory
Methods
openConnection()
openConnection(): Promise<PoolConnection>;
Returns
Promise<PoolConnection>
openDB()
openDB(): DBAdapter;
Opens a connection adapter to a SQLite DB