IndexedDB
The IndexedDB API allows you to store data inside the user's browser.
This can be used to cache data that rarely changes.
This replaces both Web Storage and WebSQL.
Provides both synchronous and asynchronous functionality.
Supports transactions and also provides simple data types (eg Date)
key-value pair database
use a Wrapper library
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext