lazysql

Cross-platform TUI database management tool with lazy evaluation

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform TUI database management tool

Commands

lazysql

Examples

Connect to a PostgreSQL database$ lazysql postgres://user:password@localhost/dbname
Connect to a MySQL database$ lazysql mysql://user:password@localhost:3306/dbname
Execute a SQL query interactively$ lazysql sqlite:///path/to/database.db