vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
As we expect support for stored proc and functions as currently we cannot find any of those.
`select * from information_schema.columns;` on a small-ish database takes 7 seconds to display `1885` rows in the results grid. Scrolling is also slow in that window.
Augments the changes to Borvik/vscode-postgres#35. It essentially allow you to set the connection ssl mode.
Hi guys, thanks for writing an awesome module. I have an issue when running in Github Codespaces, namely that it runs in a browser, so the F5 button closes my...
how can you add multi database like this? I dont see any example how to config multi database like this, I cant do that 
I'm trying to automate this extension's configuration through its settings, for use in a GitPod workspace https://www.gitpod.io Right now the settings allow for providing a default connection name and default...
Settings to Integrate - [x] defaultConnection - [x] defaultDatabase - [x] showExplorer - [ ] prettyPrintJSONfields - [x] setConnectionFromExplorer - [ ] tableColumnSortOrder - [ ] intervalFormat - [x] virtualFolders...
When working with the database panel, the user need to right-click => "Refresh" to see any changes made to the schema of the database. I am teaching students Postgres and...
Resolves #247 As a dedicated user of our VSCode extension for PostgreSQL, I've noticed a significant need within our organization for a feature that would greatly enhance the security and...
As a dedicated user of our VSCode extension for PostgreSQL, I've noticed a significant need within our organization for a feature that would greatly enhance the security and usability of...