IndexedDB Database![Subscribe to RSS - IndexedDB Database](https://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/btn-rss.png)
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