This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

IndexedDB

IndexedDB는 브라우저 내에 대용량 데이터 구조를 저장하고 고성능 검색을 위해 인덱싱하기 위한 웹 API 입니다. SQL 기반 RDBMS와 마찬가지로, IndexedDB는 트랜잭션 데이터베이스 시스템입니다. 그러나, 고정 열 테이블이 아닌 JavaScript 객체를 사용하여 데이터를 저장합니다.

같이 보기