Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 647 Bytes

File metadata and controls

13 lines (9 loc) · 647 Bytes
title slug
IndexedDB
Glossary/IndexedDB

{{GlossarySidebar}}

IndexedDB 是一個用來在瀏覽器內儲存大型數據結構,並對其建立索引以高效查詢的 Web {{glossary("API")}}。類似基於 {{glossary("SQL")}} 的 關連式資料庫管理系統(RDBMS),IndexedDB 是一套交易式資料庫系統。然而,它使用 {{glossary("JavaScript")}} 物件而非固定欄位的資料表來記錄資料。

了解更多