PouchDB – Miscellaneous In this chapter, we will discuss the concepts like, compaction and retrieval of bulk data from PouchDB. Compaction You can reduce the size of a database by removing the unused data using compact() method. You can compact a local database as well as remote database using this method. Following is an example […]
Author Archives: user
PouchDB – Quick Guide PouchDB – Overview This chapter provides a brief introduction to PouchDB along with its features and how it works. What is PouchDB? PouchDB is an open source in-browser database API written in JavaScript. It is modelled after &minuss; a NoSQL database. Using this API, we can build applications that work offline […]
PouchDB – Useful Resources The following resources contain additional information on PouchDB. Please use them to get more in-depth knowledge on this. Useful Video Courses 42 Lectures 8.5 hours 34 Lectures 7 hours Most Popular 73 Lectures 7.5 hours 31 Lectures 1 hours Best Seller 71 Lectures 2.5 hours Most Popular 20 Lectures 49 mins […]