libgda

Unified data access library for GNOME applications

brewmacoslinux
Try with needOr install directly
Source

About

Provides unified data access to the GNOME project

Commands

gda-sqlgda-list-server-opgda-test-connection

Examples

Connect to a database and execute SQL queries interactively$ gda-sql postgresql://user:password@localhost/dbname
Test a database connection without opening interactive shell$ gda-test-connection postgresql://user:password@localhost/dbname
List available server operations for a database provider$ gda-list-server-op postgresql