Browser - IndexedDb
About
indexedDb is a SQL database implementation in the browser. It's one of the way to store data locally (client data)
Library
Documentation / Reference
- See also blog: https://jlongster.com/future-sql-web
indexedDb is a SQL database implementation in the browser. It's one of the way to store data locally (client data)