IndexedDB DatabaseSubscribe to RSS - IndexedDB Database

IndexedDB

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.