DEV Community

PostgreSQL Tools for the Visually Inclined

Rob Conery on March 04, 2019

I started my career on the Microsoft stack building forms and websites using drag and drop tools. Over time that became a punchline, which is unfor...
Collapse
 
kspeakman profile image
Kasey Speakman

Interesting perspective. I used MySQL almost entirely with the CLI. I used MSSQL with Management Studio. Now I mainly use Postgres, but so far haven't touched psql. I use pgAdmin, which is visual, but I just use it as a query runner. (Also data import/export.)

Thanks for the article!