Indexed Database API

E242840

The Indexed Database API is a low-level web browser API that enables client-side storage of significant amounts of structured data, including files and blobs, with powerful indexing and querying capabilities.

All labels observed (14)

How this entity was disambiguated

Statements (66)

Predicate Object
instanceOf Client-side storage technology
Web API
accessibleVia window.indexedDB
alsoKnownAs IndexedDB
competesWith Web Storage API
localStorage
sessionStorage
designedFor Complex querying with indexes
Storing significant amounts of data
Structured data storage
enables Complex search over local data
Offline-first web applications
Rich client-side data models
hasCharacteristic Event-driven
Low-level API
Non-relational
Origin-based data isolation
Persistent storage
Transactional
hasConcept Cursor
Database
Event-based callbacks
Index
Key generator
Key path
Object store
Request
Transaction
Versionchange transaction
hasInterface IDBCursor
IDBDatabase
IDBFactory
IDBIndex
IDBKeyRange
IDBObjectStore
IDBOpenDBRequest
IDBRequest
IDBTransaction
IDBVersionChangeEvent
hasVersion Indexed Database API 1.0
Indexed Database API 2.0
implementedIn Web browsers
partOf Open Web Platform
relatedTo Cache API
linked to: Cache Storage API

File API
Service Workers
standardizedBy W3C Web Applications Working Group
World Wide Web Consortium
supportedBy Google Chrome
Microsoft Edge
Mozilla Firefox
Safari
supports Asynchronous operations
Cursors for iterating over records
Indexes for efficient querying
Indexes on data
Key ranges for queries
Key-value storage
Storing blobs
Storing files
Synchronous operations in Web Workers
Transactions
Versioned databases
usedFor Client-side storage of structured data
Offline web application data storage
Storing large amounts of data in the browser

How these facts were elicited

Referenced by (20)

Full triples — surface form annotated when it differs from this entity's canonical label.

Storage Standard relatedTo Indexed Database API
Web APIs example IndexedDB API
linked to: Indexed Database API
EdgeHTML supportsStandard IndexedDB
linked to: Indexed Database API
Open Web Platform hasComponent IndexedDB
linked to: Indexed Database API
Web Storage API relatedConcept IndexedDB API
linked to: Indexed Database API
Indexed Database API alsoKnownAs IndexedDB
linked to: Indexed Database API
Indexed Database API hasInterface IDBFactory
linked to: Indexed Database API
Indexed Database API hasInterface IDBOpenDBRequest
linked to: Indexed Database API
Indexed Database API hasInterface IDBObjectStore
linked to: Indexed Database API
Indexed Database API hasInterface IDBIndex
linked to: Indexed Database API
Indexed Database API hasInterface IDBCursor
linked to: Indexed Database API
Indexed Database API hasInterface IDBKeyRange
linked to: Indexed Database API
Indexed Database API hasInterface IDBRequest
linked to: Indexed Database API
Indexed Database API hasInterface IDBVersionChangeEvent
linked to: Indexed Database API
Indexed Database API accessibleVia window.indexedDB
linked to: Indexed Database API
Indexed Database API hasVersion Indexed Database API 1.0
linked to: Indexed Database API
Indexed Database API hasVersion Indexed Database API 2.0
linked to: Indexed Database API
Android WebView supports IndexedDB
linked to: Indexed Database API
Chrome Web Platform features includesAPI IndexedDB API
linked to: Indexed Database API