Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 705 Bytes

File metadata and controls

15 lines (11 loc) · 705 Bytes
title slug l10n
IndexedDB
Glossary/IndexedDB
sourceCommit
ada5fa5ef15eadd44b549ecf906423b4a2092f34

{{GlossarySidebar}}

IndexedDB 是一个用于在浏览器中储存较大数据结构的 Web {{glossary("API")}}, 并提供索引功能以实现高性能查找。像其他基于 {{glossary("SQL")}} 的关系型数据库管理系统一样,IndexedDB 是一个事务型的数据库系统。然而,它是使用 {{glossary("JavaScript")}} 对象而非列数固定的表格来储存数据的。

参见