opendbx

Lightweight extensible database access library for C applications

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight but extensible database access library in C

Commands

opendbx

Examples

Connect to a MySQL database and execute a query$ opendbx -t mysql -h localhost -u user -p password -d dbname
List available database backends supported by OpenDBX$ opendbx --help
Connect to PostgreSQL database with connection parameters$ opendbx -t pgsql -h 127.0.0.1 -u postgres -p password -d testdb