I'm not quite sure if you mean "can I use sqlite (websql) in chrome" or "can I use sqlite (websql) in chrome", so I will answer both:
Please note that WebSQL is not a full access channel in the .sqlite database. This is WebSQL. You will not be able to run some specific queries, for example VACUUM
This is awesome to create / read / update / delete. I made a small library that helps with all the annoying nitty gritty, such as creating tables and queries, and provides a small ORM / ActiveRecord template with relationships and everyone, as well as a huge stack of examples that should start you without delay, you can check it out here
Also, keep in mind that if you want to build a FireFox extension: Their extension format is about to change. Make sure you want to spend time twice.
While the WebSQL specification has been deprecated for many years, even now in 2017 it still doesn't look like it will be removed from Chrome in the foreseeable future. They track usage statistics, and in the real world there are still a large number of chrome extensions and websites that implement the specification .
SchizoDuckie Feb 09 '17 at 20:54 on 2017-02-09 20:54
source share