IndexedDB Database
IndexedDB
PUBLISHED
Overview
This article demonstrates IndexedDB usage in Tizen. LocalStorage is used to store only key-value pairs, if you want to store key with multiple values, IndexedDB is one good example which implements using B-Tree.
Category:
Sample Code
- Read more about IndexedDB