Indexed Database API Draft Published

Author(s) and publish date

Published:

The Web Applications Working Group has published a Working Draft of Indexed Database API. This document defines APIs for a database of records holding simple values and hierarchical objects. User agents need to store large numbers of objects locally in order to satisfy off-line data requirements of Web applications. The Web Storage specification is useful for storing pairs of keys and their corresponding values. However, it does not provide in-order retrieval of keys, efficient searching over values, or storage of duplicate values for a key. Indexed Database API makes it possible to perform advanced key-value data management that is at the heart of most sophisticated query processors. Learn more about the Rich Web Client Activity.

Related RSS feed