Postgres IDE in VS Code
21–30 of 433 posts
Re: Postgres IDE in VS Code
#22Re: Postgres IDE in VS Code
#23I still think Jetbrains has the gold standard in IDE - Database interaction
Interesting in knowing why you think that
Good starting point: https://www.jetbrains.com/pages/intellij-idea-databases/
Re: Postgres IDE in VS Code
#24Re: Postgres IDE in VS Code
#25Re: Postgres IDE in VS Code
#26Oh woah this looks great. Quite amazing they put the effort into this for Postgres instead of SQL Server. The demand must be a lot higher.
ADS is being sunset, and I was surprised when trying to install the Postgres extension on VS Code to find that it had its last meaningful contribution 6 years ago [0]. It couldn't work on newer VS Code versions.
I use ADS with both Postgres and MSSQL, prior to this announcement, I kept using ADS because there was nothing to migrate to.
[0] https://github.com/microsoft/vscode-postgresql/commits/maste...
Re: Postgres IDE in VS Code
#27> The software is licensed, not sold. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you will not (and have no right to):[…] d) use the software for commercial, non-profit, or revenue-generating activities
Oops. Better not install this on your work laptop!
[0] https://marketplace.visualstudio.com/items/ms-ossdata.vscode...
Re: Postgres IDE in VS Code
#28> [...] all without ever leaving your favorite code editor. That's cool. How do I get this into JetBrains IDEs?
The main difference is that JetBrains supports a bunch of databases, not just one.
Re: Postgres IDE in VS Code
#29I still think Jetbrains has the gold standard in IDE - Database interaction
Re: Postgres IDE in VS Code
#30Oh woah this looks great. Quite amazing they put the effort into this for Postgres instead of SQL Server. The demand must be a lot higher.
I speculate that it's because the MSSQL tools have been maintained as part of Azure Data Studio, and were in better shape. ADS is being sunset, and I was surprised when trying to install the Postgres extension on VS Code to find that it had its last meaningful contribution 6 years ago [0]. It couldn't work on newer VS Code versions. I use ADS with both Postgres and MSSQL, prior to this announcement, I kept using ADS…