PostgreSQL client library and utilities for C/C++ applications
Postgres C API library
psqlpg_dumppg_restorecreatedbdropdbcreateuserdropuserpg_config$ psql -h localhost -U postgres -d mydb -c 'SELECT * FROM users;'$ pg_dump -h localhost -U postgres mydb > backup.sql$ pg_config --libdir && pg_config --includedir