© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
V. K. KotaruBuilding Offline Applications with Angularhttps://doi.org/10.1007/978-1-4842-7930-4_10

10. Dexie.js for IndexedDB

Venkata Keerti Kotaru1  
(1)
-, Hyderabad, Telangana, India
 

So far, you have seen use cases and implementations for using a database on the client side. You learned about and implemented IndexedDB. The browser API enables you to create a database, performing create/retrieve/update/delete (CRUD) operations. The functions are native to the browser. All the latest versions of the major browsers support IndexedDB. However, arguably, the IndexedDB API is complex. An everyday developer might need a simplified version.

Dexie.js is a wrapper ...

Get Building Offline Applications with Angular: Develop Reliable, Performant Web Applications for Desktop and Mobile Platforms now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.