Lovefield, although a very interesting looking project, does not support sub-queries and has issues with transactions across multiple tabs. Lovefield I think will never support subqueries which rules out
nearly all complex reports. The native websql implementation is a lot better.
I would also like to know if there are any plans of removing WebSQL from chrome. For our current application we have sql databases available through cordova on android and iOS and through node/postgres on the server.
I'm extremely disappointed of the push to have WebSQL dropped from the spec, because there are a large range of applications that range that are not possible to build (in terms of complexity / time) using indexeddb (Think any complex statistical report where the data is stored in multiple locations.
So are there any plans to remove WebSQL?
Is it fee-sable one could compile up sqlite into web-assembly, and if so what would be the underlying storage mechanism?