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

Fallback support for non-Web Database browsers? #3

Open wulftone opened 12 years ago

wulftone commented 12 years ago

Obviously a tall order, but things like persistence.js and lawnchair don't have the awesome power of SQL behind them (persistencejs comes close, but loses the SQL syntax). However, only really lawnchair has support for a wide variety of storage solutions--see it's adapters. It would be great if html5sql allowed the creation of adapters to suit any client-side storage solution. Do you think this is possible?