IndexedDB is a database that is available on all modern browsers. There's also local storage, session storage, cookies, Web SQL, and cache storage. A key value database associates a key to a value, which means you can keep track of that value using the key.

9m read timeFrom freecodecamp.org
Post cover image
Table of contents
What is a Database?Types of DatabasesWhat is Browser sStorage? How is it Different from Server Storage?What is IndexedDB?How IndexedDB WorksConclusion
1 Comment

Sort: