Shellexy Wang
Shellexy Wang

Reputation: 21

Is there any polyfill for WebSQL using IndexedDB?

I wanted to use WebSQL in firefox and chrome packaged app.

I know that IndexedDBShim is a polyfill for IndexedDB using WebSQL,

conversely, is there any polyfill for WebSQL using IndexedDB?

Upvotes: 2

Views: 1285

Answers (2)

Suthern
Suthern

Reputation: 45

YDN-DB looks like it supplies a polyfill for WebSQL on top of IndexedDB https://yathit.github.io/ydn-db/doc/setup/polyfill.html

Upvotes: 0

dumbmatter
dumbmatter

Reputation: 9683

No. It's theoretically possible that one could exist, but it'd be a ton of work, so I wouldn't hold my breath.

Upvotes: 1

Related Questions