WireBootstrap IndexedDB Connector - Data Source

The table below displays the results of a WireBootstrap query run against data added to an IndexedDB data store. The WireBootstrap for IndexedDB Connector allows the store to be used as a data source.
const query = wire.data.select().from("store").where().in("name", ["bananas", "apples"]);