meta commands replaced by sql commands

已完成

would be really cool if we write a meta command and Datagrip converts it to its correspondent sql.

I'm using postgres but this feature is available on others too.

\dt; 

would list all tables 

\dt students;

would list all tables which have on its name students;

0

Hi Marcos Pegoraro,

Currently, DataGrip supports syntax highlighting for meta-commands but not the translation logic, which can be done by the CLI tools. We have a feature request, DBE-6155, to support the translation. You can follow it for updates and upvote it.

As for current options, you can try using and creating Live templates or running psql commands directly from the terminal:

0

请先登录再写评论。