FPWD: Indexed Database API 2.0

Indexed Database API 2.0

https://www.w3.org/TR/2016/WD-IndexedDB-2-20160818/

Abstract

 

This document defines APIs for a database of records holding simple values and hierarchical objects. Each record consists of a key and some value. Moreover, the database maintains indexes over records it stores. An application developer directly uses an API to locate records either by their key or by using an index. A query language can be layered on this API. An indexed database can be implemented using a persistent B-tree data structure. 

Status of the Document

 

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/. 

This document was published by the Web Platform Working Group as a Working Draft. This document is intended to become a W3C Recommendation. 

This is the Second Edition of Indexed Database API. The First Edition became a W3C Recommendation on 8 January 2015. 

If you wish to make comments regarding this document, please send them to this specification's GitHub repository or public mailing list public-webapps@w3.org (archives, see instructions). When sending e-mail, please put the text "IndexedDB-2" in the subject, preferably like this: "[IndexedDB-2] …summary of comment…". All comments are welcome. 

This document is a First Public Working Draft. 

Publication as a First Public Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress. 

This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

This document is governed by the 1 September 2015 W3C Process Document.

Received on Thursday, 18 August 2016 05:04:15 UTC