DEV Community

Discussion on: What is your database of choice?

Collapse
 
andrewbaisden profile image
Andrew Baisden

What do you use to interact with the database do you use a GUI or the CLI? I am currently trying out valentina-db.com/en/ and before that I used pgAdmin.

Collapse
 
mikerogers0 profile image
Mike Rogers ✈️ • Edited

CLI & TablePlus.

I like the CLI (e.g. the rails console) as it gives me all the stuff my apps does. I normally use TablePlus as a read only view of what's going on.