treo icon indicating copy to clipboard operation
treo copied to clipboard

Consistent API to IndexedDB

Results 14 treo issues
Sort by recently updated
recently updated
newest added

As indicated in #45, the treo-promise plugin doesn't work correctly right now. After removing the specified argument numbers it seems to work fine.

The following code works in Chrome but fails in IE 11: ``` requirejs(["app/treo/treo", "app/treo/treo-websql"], function (treo, treoWebsql) { var schema = treo.schema(). version(1) .addStore("data", {increment: true}) .addIndex("index", "indexFld"); var dbObj...

Denodeification does not work correctly for me and when calling `get()` on a store I get an exception: `TypeError: undefined is not a function at IDBRequest.onsuccess ...`. This is not...

Treo (idb-schema) currently assumes quite static schemas (with certain stores). I think it would be useful to have ability to dynamicly add stores in databases (with auto increased verions). I...

Hey Aleksey, nice little library, simple and straight-forward, keep it like that. I have a change request that hopefully should be useful for other people: The "batch" operation in the...

Hello, I realize this is a big API breaking shift, but now [promise are implemented in most browsers](http://caniuse.com/#feat=promises) (but IE) and io.js, I'd expect to use it for everithing that's...

feature

If you have let's say "2013", "2014", "2015" in the database and if you search for ["2011", "2012"] the plugin fails as it goes into: if (cursor.key > keys[current]) {...

$ make build/index.js (git)-[master] ``` building : client/index.js using : compatibility using : stoj installed : [email protected] error : Error: unable to resolve ./idb-store@* at get (/usr/local/lib/node_modules/duo/node_modules/duo-package/node_modules/gh-resolve/lib/github.js:135:13) at GeneratorFunctionPrototype.next (native)...

I've run into an odd issue using `0.6.0-rc2` where the transaction becomes inactive before `nodeStore.add`, do you have any ideas on why this might happen or how to avoid it?...