|
|
|
|
|
by est31
1252 days ago
|
|
The issue with WebSQL was, and still is, that it is basically impossible to standardize, as you wouldn't get multiple different implementations, but just one that all browsers use as a library. The main task of a browser is not to provide an SQL API client side, but to display interactive documents, so you won't find the bandwidth for browsers to build multiple SQL implementations, and the existing ones have quite big incompatibilities to each other. |
|