yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

Loading from AJAX #104

Closed MB34 closed 8 years ago

MB34 commented 8 years ago

Your Animals demo loads from the data.csv via ajax, however, I want to load only 150 records at a time from my web service vs. from a file.

I want to initially load 20 documents from my web service and then load 150 documents at a time via ajax from my web service in a background Worker.

How would I do that?