Write SQL Queries in PhpStorm

preview_player
Показать описание
In this video, I show you how to write SQL queries rapidly, using PhpStorm's database tool. While it's still, partly, a manual process, the Intelli-Sense assistance makes writing them a lot quicker and more accurate than writing them all on your own.

LINKS:

Рекомендации по теме
Комментарии
Автор

ok, just discovered this through your website from an article you wrote about debugging docker-compose. Awesome!!

syrusk
Автор

A couple of comments from the DB in PhpStorm team :)
1. 1:22 Alt+Enter on a star offers you to generate all the columns :)
2. 3:47 You don't need Manual mode to submit changes, just Submit them via the button with DB letters and a green arrow.
3. 4:41 here you can see that the completion pop-up offers you the whole clause!
4. 5:34 the table prefix will be placed only in case of conflicts. But if you want hem always to appear, you can tick the corresponding setting.

maximsobolevskiy