aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
820 stars 142 forks source link

Support key or range (MongoDB-style, IDBKeyRange) on server.count(); #152

Closed brettz9 closed 8 years ago

brettz9 commented 8 years ago

Add server-count tests and docs; Utilize unminified version in test for easier debugging

I can revert the testing back to using the minified version of db.js if you like, but for testing, I think it makes sense to use the unminified.

brettz9 commented 8 years ago

Note that I could also add key/range support to query().count(key), but since there is already range() and the range methods, I wasn't sure you'd want the range support. I could add both or only the key support to query().count(key) if you like.

brettz9 commented 8 years ago

Ok, I've reverted back to db.min.js...

brettz9 commented 8 years ago

Since I've reverted back to the minified file, can this be merged now?

brettz9 commented 8 years ago

Thanks for the merge! Are you planning to merge your #151 soon? I'd like to prepare some new PR's, but don't know whether I should base it off of that or master...