Deep dive into IndexedDB API and its usage in practice

Have you heard of the NoSQL database on the browser?

IndexedDB is a large-scale, NoSQL storage system. It lets you store just about anything in the user’s browser. In addition to the usual search, get, and put actions, IndexedDB also supports transactions. Source: developers.google.com

You can find an example of an IndexedDB below.

Image for post

Source

In this article, we’ll focus on the following.

  • Why do we need IndexedDB?
  • How do we use an IndexedDB in our applications?
  • Features of IndexedDB
  • Limitations of IndexedDB
  • Is IndexedDB right for your applications?

#nosql #indexeddb #database #developer

How to Use IndexedDB -  A NoSQL DB on the Browser
2.40 GEEK