R
R
Roman2019-08-28 15:12:38
Web development
Roman, 2019-08-28 15:12:38

Why is WebSQL "deprecated" in the official Vue Cookbook?

Quote:

Client-side storage can be set up using cookies, Local Storage (technically "Web Storage"), IndexedDB, and WebSQL (deprecated and should not be used in new projects).

https://ru.vuejs.org/v2/cookbook/client-side-stora...
This is a little unexpected for me. I'm just planning a project with local storage now.
What do they know there that I don’t know yet?)) (this is NOT a rhetorical question)
Why shouldn’t you use WebSQL - after all, as I understand it, this is the most powerful tool of all those listed in the quote - SQL is still w.. .

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2019-08-28
@procode

The W3C stopped work on the specification in November 2010, which is why the specifications for this API are not on the W3C recommended list.
https://www.w3.org/TR/webdatabase/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question