Indexed Database API(簡稱IndexedDB,以前稱WebSimpleDB)是W3C推薦的一項網頁瀏覽器標準[1],是為提供一個具有索引JSON對象集合的事務性本地資料庫操作介面。W3C於2015年1月8日發布了IndexedDB介面的最終建議。[2]

瀏覽器支援

Firefox(自版本4[3])、Google Chrome(自版本11[4])和Internet Explorer 10的消費者預覽及Metro式應用中IndexedDB已經得到初步支援。[5]蘋果公司已在2014年6月2日的WWDC 2014的主旨發言中宣布將在iOS 8和OS X上的Safari 8中支援。[6]

使用案例

IndexedDB可以用於瀏覽器內實現的功能,例如書籤,以及Web應用程式,如電子郵件。索引資料庫API的一個開源參考實現已經出現(用於測試和實驗目的)[7]

特性

IndexedDB是一個嵌入在瀏覽器中的事務資料庫。該資料庫的管理圍繞JSON對象集合的概念,這類似NoSQL資料庫MongoDBCouchDB。其中每個對象使用插入時生成的鍵標識。而索引系統最佳化對儲存對象的訪問。[8]

參考文獻

外部連結

參見

Wikiwand in your browser!

Seamless Wikipedia browsing. On steroids.

Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.

Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.