KenCorbettJr / html5sql

A helper javascript module for creating and working with HTML5 Web Databases.
http://kencorbettjr.github.io/html5sql/
MIT License
83 stars 64 forks source link

Isn't there html5indexeddb? #12

Closed yell0wsuit closed 1 year ago

yell0wsuit commented 6 years ago

As of 2010, WebSQL is deprecated. Can you merge html5sql into IndexedDB?

yell0wsuit commented 1 year ago

Never mind. You can use IndexedDB wrapper with JsStore. I personally find it quite similar with WebSQL.