IndexedDB

Internet Explorer 10 and Windows apps using JavaScript introduce support for the Indexed Database API ("IndexedDB"). IndexedDB enables you to store structured data. Unlike cookies and DOM Storage, IndexedDB provides features that enable you to group, iterate, search, and filter JavaScript objects.

API Reference

Indexed Database API

Samples and tutorials

How to create a tag cloud using IndexedDB

Internet Explorer Test Drive demos

IndexedDB Debugger Demo

Cookbook Demo

IEBlog posts

IndexedDB Updates for IE10 and Windows Store apps

Debugging IndexedDB Applications

Building Offline Experiences with HTML5 AppCache and IndexedDB

Specification

Indexed Database API

HTML5 Threading with Web Workers and Data Storage with IndexedDB

IndexedDB – The Store In Your Browser

Up close and personal with HTML5 IndexedDB