Software Alternatives, Accelerators & Startups

From GUI to CLI: Transforming my query workflow with usql and jq

usql DBeaver
  1. 1
    Universal command-line interface for SQL databases
    Pricing:
    • Open Source
    Since some of the databases I was interacting were postgres, I started to play around with psql. It felt amazing, it had a great integration with the terminal, no visual pollution, I could also use vim as my query editor, and it was blazing fast. The problem was that only some of the databases I was interacting were postgres. I needed something that could connect to multiple databases, something universal, so I don't have to invest time in new tooling all the time. So I searched on github "universal sql" and I felt in love with usql.

    #Monitoring Tools #Performance Monitoring #Application Performance Monitoring 6 social mentions

  2. DBeaver - Universal Database Manager and SQL Client.
    Pricing:
    • Open Source
    I usually deal with data spread across multiple databases and my tool for the job of inspecting resources and test some simple queries was dbeaver, which is great, but it can be overwhelming in terms of visual information (specially on my use case). I needed speed, I needed something in the terminal, I needed vim.

    #Databases #Database Management #MySQL Tools 95 social mentions

Discuss: From GUI to CLI: Transforming my query workflow with usql and jq

Log in or Post with