rainfrog

Terminal UI for managing PostgreSQL, MySQL, and SQLite databases

brewmacoslinux
Try with needOr install directly
Source

About

Database management TUI for PostgreSQL/MySQL/SQLite

Commands

rainfrog

Examples

Launch rainfrog to connect to a local PostgreSQL database$ rainfrog
Connect to a specific PostgreSQL database with connection string$ rainfrog postgresql://user:password@localhost/dbname
Connect to a SQLite database file$ rainfrog sqlite:///path/to/database.db