meta commands replaced by sql commands

Completed

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
1 comment

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

Please sign in to leave a comment.