Terminal UI for Postgres built using ratatui.
Clone the repo and run the app:
git clone https://github.com/fenghourun/postgres-tui.git
cd postgres-tui
cargo run --bin postgres_tui
For more about installation and rust in general see the official guide to the rust programming language.