Indexed Database API
Indexed Database API | |
Abbreviation | IndexedDB |
---|---|
Native name | Indexed Database API |
Status | W3C First Public Working Draft |
Latest version | 3.0 11 March 2021[1] |
Preview version | Editor's Draft 11 March 2021[2] |
Organization | |
Committee | Web Applications Working Group |
Editors | |
Base standards | JSON |
Domain | NoSQL databases |
Website | www |
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 JSON objects. It is a standard maintained by the World Wide Web Consortium (W3C).[1]
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".[3]
Use cases for IndexedDB include caching web application data for offline availability.[4] Some browser modules, such as devtools or extensions, may also use it for storage.
History
Support for IndexedDB was added to Firefox version 4,[5] Google Chrome version 11,[6] and Internet Explorer version 10.[7] Safari added support in version 8.[8]
Web SQL Database was a prior API developed by Apple.[9] But Firefox refused to add support for it and argued against it becoming a standard because it would codify the quirks of SQLite.[10][11] It was thus deprecated in favor of IndexedDB.[12]
References
- ^ a b c d Web Applications Working Group (2021-03-11). Alabbas, Ali; Bell, Joshua (eds.). "Indexed Database API 3.0". W3C. W3C First Public Working Draft. Web Applications Working Group. Retrieved 2021-05-15.
- ^ Web Applications Working Group (2021-03-11). Alabbas, Ali; Bell, Joshua (eds.). "Indexed Database API 3.0". W3C. Editor’s Draft. Web Applications Working Group. Retrieved 2021-05-15.
- ^ "Working with IndexedDB". Google. Retrieved 19 January 2019.
- ^ "Using IndexedDB". MDN. Mozilla. Retrieved 19 January 2019.
- ^ "IndexedDB - MDC Doc Center". Developer.mozilla.org. Retrieved 2011-02-18.
- ^ "IndexedDB - Chrome Platform Status". IndexedDB - Chrome Platform Status. The Chromium Projects. 2012-05-21. Retrieved 2021-05-15.
- ^ IndexedDB, MSDN, 2012-03-14, retrieved 2012-05-24
- ^ "OS X Yosemite v10.10 § App Features". Apple Developers. Apple. 2017-07-09. Retrieved 2021-05-15.
- ^ Shankland, Stephen (2010-03-12). "Consensus emerges for key Web app standard | Deep Tech - CNET News". News.cnet.com. Retrieved 2011-02-18.
- ^ O'Callahan, Robert (2010-06-04). "Well, I'm Back: Not Implementing Features Is Hard". Weblogs.mozillazine.org. Archived from the original on 2021-01-26. Retrieved 2011-02-18.
{{cite web}}
:|archive-date=
/|archive-url=
timestamp mismatch; 2020-11-09 suggested (help) - ^ "Beyond HTML5: Database APIs and the Road to IndexedDB – Mozilla Hacks - the Web developer blog". Mozilla Hacks – the Web developer blog.
- ^ "html5 - Why is Web SQL database deprecated?". Software Engineering Stack Exchange.