Is it really helpfull to load data from local database creating using pouchDB ?
please share experience if you used pouchDB. pros n cons.
We have a website which load 1,00,000 records on page load, and then perform many query on this data,
What I did : Create database using their getting-started guide : http://pouchdb.com/getting-started.html
Is is possible something like wild card query on this?