Reputation: 21
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
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
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