Instantiates a connection obejct, and adds a new data source to the store
The store to dispatch events to
The database file to read
Instantiates a connection obejct, and adds a new data source to the store
The store to dispatch events to
The database file to read
A selector function defining how to find the ModelState fragment of state T
A selector function defining how to find the ModelState fragment of state T
The store to dispatch events to
Asserts that the connection is present
Asynchronously fetches some number of fields and sets them as active inside the model Resolves when the action adding all the default fields has been dispatched
Returns a promise to a list of the columns in a given table in a sql db
Returns a promise to a list of the tables in the sql db
Removes the data source associated with this adapter from the store and destroys the connection
Given the fields selected in the store, updates the cached data in the store fore those fields Resolves when the action updating the data in the store has been dispatched
Generated using TypeDoc
Data source defining how to connect to an manipulate data from a sqlite file