and very much still is in Chrome and Safari, nearly 10 years after WebSQL was "deprecated". Firefox removed WebSQL, replacing it with IndexedDB, a simple k -> v store.
Cross platform SQL everywhere? Not with Firefox still in the mix.
Considering the Type-flexibility of SQLite, would it necessarily be too difficult to have an object-relational mapping that works across both DB's?
I guess it depends on the application. Surely it would be a pain, but perhaps still a possibility.
and very much still is in Chrome and Safari, nearly 10 years after WebSQL was "deprecated". Firefox removed WebSQL, replacing it with IndexedDB, a simple k -> v store.
Cross platform SQL everywhere? Not with Firefox still in the mix.