Lightweight extensible database access library for C applications
Lightweight but extensible database access library in C
opendbx$ opendbx -t mysql -h localhost -u user -p password -d dbname$ opendbx --help$ opendbx -t pgsql -h 127.0.0.1 -u postgres -p password -d testdb