I want to create an extension for Azure Data Studio
that accesses a database. The database (SQL Server) is already available in Azure Data Studio
, as I am manually interacting with it.
Reading the Extensible API documentation it seems to be possible to access the databases available in Azure Data Studio
. But how do I send SQL queries and receive their replies from within my extension code? What would be the SQL client for my extension code?