pixelcort / IndexedDBShim

A polyfill for IndexedDB using WebSql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexedDB Polyfill

A polyfill to enable IndexedDB using WebSql.

IndexedBD is not supported on all browsers. This IndexedDB polyfill exposes the IndexedDB API in unsupported browsers using WebSQL. This shim is basically an IndexedDB-WebSql adapter.

More details about the project at gh-pages

About

A polyfill for IndexedDB using WebSql


Languages

Language:JavaScript 100.0%