Videos
Hey guys, I'm working on this one https://github.com/ferama/pg
It is an alternative cli tool for PostgreSQL.
I do not really love the available GUI clients, I want something more handy that helps during my workflow.
psql is ok but I find myself always maintaining aliases in my shell for the connections on the servers I need access to. Then periodically I forget some of the aliases :) I find psql overcomplicated sometimes and not so user friendly.
So I tried the do it yourself mantra and started pg. It is in its early development stages but I find it to be usable already. I use it every day and I add fixes and features on my very little spare time :)
What do you think? Can it be useful for you too? Do you know any alternatives I should take a look at?
Feedback will be appreciated.
Thanks you all
The command line tool which comes bundled with Oracle is SQL*Plus. Find out more.
SQL*Plus is now a rather old tool so it doesn't necessarily do everything we'd want in a command line tool, or do things in the most intuitive fashion. Even its name looks old-fashioned. Oracle realise this and have a new product, sqlcl. It does lots of neat things (command history, autocompletion, scripting, oh my!) but it is a standalone download and install. Find out more.
If you want a general wrapper: GNU SQL http://www.gnu.org/s/parallel/sql.html