Skip to content
Indexed Database API

Image by RiaanMarais on Pixabay · Pixabay License

EntityQ125176· pop 8· linked from 472 articles

Indexed Database API

Sign in to save

Also known as IndexedDB, WebSimpleDB

The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of objects. It is a standard maintained by the World Wide Web Consortium (W3C).

Official website

Indexed Database API 3.0

w3c.github.io

Link to the official site · 40,000 chars · not written by Vinony

Source code

This is a repository for the development of the Indexed Database (Third Edition) specification. Latest Editor's Draft The First Edition was published as a W3C Recommendation on January 8th, 2015. The Second Edition was published as a W3C Recommendation on January 30th, 2018. First Edition Second Edition

Excerpt from the source-code README · 711 chars · not written by Vinony

Wikidata facts

Official website
w3c.github.io/IndexedDB
Show 5 more facts
inception
2015-01-08
described at URL
www.w3.org/TR/IndexedDB
source code repository URL
github.com/w3c/IndexedDB
Sources (2)

via Wikidata · CC0

~2 min read

Article

4 sections
Contents
  • History
  • Performance
  • References
  • External links

The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of objects. It is a standard maintained by the World Wide Web Consortium (W3C).

As an alternative to the Web storage standard, IndexedDB can provide more storage capacity. Web storage has fixed limits per website, but IndexedDB limits are "usually quite large, if they exist at all".

Available in 8 languages

via Wikidata sitelinks · CC0

Connections

Categories