--- title: IndexedDB slug: Glossary/IndexedDB tags: - API - CodingScripting - Sql - 数据库 - 术语表 translation_of: Glossary/IndexedDB ---

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

了解更多