We have been trying out JayData as the layer of abstraction to multiple data providers in an HTML5 web app that targets multiple platforms and devices.
We also have been using the Linq2IndexedDB library with some amount of success and using that library we were able to create indices for the tables. But so far we could not figure out how to do this using JayData IndexedDB provider or if this is even supported.
Could someone show how can JayData be used to create an index for an indexedDb table using JayData?