Earlier quoted context omitted.
does anyone actually think like this?
Anyone who works in risk management and/or threat modeling for a living does.
Postgres IDE in VS Code
101–110 of 433 posts
Re: Postgres IDE in VS Code
#102This is so cool. A big reason I used prisma was for prisma studio. Having this kind of support in vscode is nice to see
(prisma team member) We're going to be rolling out Prisma Studio as a VS Code extension soon!
Re: Postgres IDE in VS Code
#103Re: Postgres IDE in VS Code
#104Earlier quoted context omitted.
Maybe, but darned if I'm going to be the one to take the legal risk of installing it.
I'm willing to put good money that MS is not going to sue anyone for using this
Is MS going to be a jerk about it? Almost certainly not. Could they if they wanted to? Sure seems like it.
Re: Postgres IDE in VS Code
#105Biggest thing that JetBrains has over VSCode for me was their very clean built in database tooling
Re: Postgres IDE in VS Code
#106I wonder what is the most "valuable" IDE right now for MS. A few years ago VsCode was marketed essentially as "Visual studio for beginners", where you were supposed to move to Visual Studio after you became a real dev, but since then VSCode has been growing and growing and stands now as the most used "IDE", where Visual Studio is mostly seen as "legacy" (oversimplification, great IDE for CPP and .NET but still...).
Monetarily, Visual Studio. There are tons of enterprise development workflows, and plugins, that probably will never be ported into VSCode, from their .NET and COM implementations. Now in terms of mindshare, and gateway drug into Microsoft ecosystem, definitely VSCode. It is also the best Web IDE, for the return of timesharing development, sorry cloud. That alone means everyone that is on Github and Azure, gets to us…
Also the best webdev IDE.
Re: Postgres IDE in VS Code
#107This solves a major problem that I built an npm package called "pgstrap"[1] for. It generates a "database structure" directory so that my database schema is available to LLMs (it also makes code review easier because you can see the changes to various tables). So I have a SQL file for each table in my database, neatly organized into directories for each schema. Rails has a similar idea with schema.rb I'm not sure whe…
I'm curious, do you output triggers, store procedures, and such? Many tools seem to stop after you've defined tables, columns, and indices, but I'd love some better tooling to make use of the rest of the DB's features.
Re: Postgres IDE in VS Code
#108Looks nice enough. I only wish there was an easy way to spread VS Code across multiple monitors. I commonly will work in code on one monitor, and the database tool (DataGrip currently) on another.
Re: Postgres IDE in VS Code
#109Earlier quoted context omitted.
Please don't harangue new users as soon as they show up to HN. Whatever legitimate point you have is drowned out by the atmosphere of hostility you create. Not only that but it damages the reputation of this community. You ( https://news.ycombinator.com/newsguidelines.html ). There's no reason why you can't make your substantive points while doing so. (Edit: you needn't look far for a good example: https://news.ycomb…
I didn't mean it to be haranguing, but OP was giving what amounted to legal advice that was actually wrong and dangerous. I do think that needs to be called out and clarified—not as a personal attack on OP but just as a matter of safety for readers. I'll acknowledge that kstrauser may have done a better job of sounding friendly about it, but I don't think my question was out of line nor even particularly aggressive g…
That is a huge overstatement that you can't really use to justify the haranguing. They just popped in to address the potential issue and let people know they're trying to sort it out. Nobody is giving legal advice and nobody is going to end up in legal trouble because Microsoft messed up their license boilerplate for a bit.
Re: Postgres IDE in VS Code
#110Looks nice enough. I only wish there was an easy way to spread VS Code across multiple monitors. I commonly will work in code on one monitor, and the database tool (DataGrip currently) on another.