If you want to see SQLite support in Azure Data Studio, click the thumbs up sign.
Note: Please keep comments to this issue focused on discussions of what you would like to see instead of +1 comments.
Has there been any movements on this?
New to this repo.
What work is involved in supporting SQLite in Azure Data Studio?
Maybe we can team up and build it?
It's important to point the community to the right direction, we need some start point to know how to get involved in to develop support for new engines.
So Azure Data Studio appears to be extension based, just like VS Code.
The Postgres engine is an extension, with the repo for it here: https://github.com/microsoft/azuredatastudio-postgresql . There is developer documentation in the wiki for the repo for building the extension and installing locally.
I can't seem to find any sort of documentation on adding an engine, but from a quick skim of the code there doesn't appear to be a huge amount of code behind this (few thousand LOC). Should be able to do some sort of reverse engineering to work out how this one works to create another.
(edit)
From src/config.json, this delegates to another tool, pgtoolsservice for some of the functionality.
Most helpful comment
Has there been any movements on this?