3

I know that psql is an option, but I'm looking for an easier text-based interface for PostgreSQL. Something that's similar to what 'tig' is to 'git', or 'phpmyadmin' is to 'mysql' (but using the command line). does any one know something like this?

András Váczi
31.8k13 gold badges103 silver badges152 bronze badges
asked Sep 11, 2013 at 16:31
6
  • What do you mean by 'SQL is an option'? Commented Sep 11, 2013 at 19:43
  • I mean that I can use psql to write queries and see the results, but that's not what I want. I'm looking for an application that allows me to explore the DBs from the terminal without writing SQL statements. Commented Sep 12, 2013 at 1:36
  • I am afraid I've never heard about such a tool... Commented Sep 12, 2013 at 4:54
  • What exactly are you trying to do that psql cannot accomplish? I also never heard a similar tool, at least not one better than psql (which is the most advanced/powerful prompt tool of all SGDBs I've ever used)... Commented Sep 12, 2013 at 5:26
  • There is a phpPgAdmin and there are tons of other GUI tools: wiki.postgresql.org/wiki/… but I doubt you'll find anything that works on the console (i.e. non-graphical) Commented Sep 12, 2013 at 6:24

2 Answers 2

3

I believe what you're looking for is psql, which is Postgres' command line tool.

answered Sep 11, 2013 at 17:02
3
  • 1
    I don't think he is, he's looking for something that's more of a curses interface. think, he wants top instead of ps. Commented Sep 11, 2013 at 20:43
  • No that's not what I'm looking for, sorry for not being clear. I want something that would allow me to explore the DBs without writing SQL statements. Commented Sep 12, 2013 at 1:33
  • 1
    you can do this with psql, actually @TinyProton. See the \d commands. Use \? for a list. Commented Sep 12, 2013 at 12:18
2

Nearly nine years late (hahaha) but I've just seen this:

Rust TUI for PostgreSQL

answered Jun 17, 2022 at 10:08
1
  • I loved this one and had such high hopes for it, but it looks like the project isn't very active... There's this other one though that I've been following! github.com/jorgerojas26/lazysql Commented Jul 26, 2024 at 7:09

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.