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
818 stars 142 forks source link

Consider incorporating pouchdb-find selectors #145

Open brettz9 opened 8 years ago

brettz9 commented 8 years ago

These look like they could come in handy: https://github.com/nolanlawson/pouchdb-find

aaronpowell commented 8 years ago

isn't that what PR #152 is about?

brettz9 commented 8 years ago

That PR is increasing the situations (i.e., to Server.count and Server.get) where our existing range selectors can be used, but the pouchdb-find has additional selectors so just making a feature request for considering those selectors.