mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 291 forks source link

New proposals #1216

Open RafaRioFal4699 opened 9 months ago

RafaRioFal4699 commented 9 months ago

I'm using SQLTools with the SQLite extension in Azure Data Studio because I believe it's the only SQL engine Azure needs to be complete.

The extension works well and does its job, but it would be nice if you could customize where the results will appear. In other applications, the results always appear at the bottom, but in VSCode/Azure Data Studio, it creates the group on the right.

Another idea, related specifically to the SQLite driver, is to simplify the process of creating and managing a connection. You know SQLite works with files, so it's awkward to specify a name, set the default record limit, look up the file path... Just to open a file! I suggest simplifying this process in the case of SQLite, and perhaps creating an association to the extension to make it accessible doulbe-clicking or dropping on the application.

And please, remove the Connection Details step

archiewood commented 8 months ago

The extension works well and does its job, but it would be nice if you could customize where the results will appear. In other applications, the results always appear at the bottom, but in VSCode/Azure Data Studio, it creates the group on the right.

This is similar to https://github.com/mtxr/vscode-sqltools/issues/1047 - may be worth adding your voice there