Data Source
Last updated
Last updated
IndexedDB can be used with a traditional to query data in stores. It can also be used as a into the IndexedDB object repository.
The following example illustrates the steps needed to query data inside an IndexedDB store using a data source.
First, create the data source that uses the IndexedDB Connector's service provider. If the store does not yet exist, a new store can be created using the .
Next, create a and then execute the query against IndexedDB. The query will return a . In the query, the store name is specified in the from
clause.