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.
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 WorksConclusion1 Comment
Sort: