treo
treo copied to clipboard
Consistent API to IndexedDB
Calling database.drop() in Safari 8.0.7 fails
Currently (as I understand it), Treo opens a transaction for each atomic operation—`get`, `put` etc.—allowing for the possibility of data changes between read and write: ``` javascript var facts =...
Not sure if it's added in the features to add in the new release, but would be a nice to have as well!
If I got time will try to do it my own in a PR for treo, but would be nice to support descending order using opts.direction: ``` javascript Store.prototype.cursor =...