I was searching for some things on using PostgreSQL in CPP and I found libpq++ on the PgSQL site. I am just wondering if anyone knows a good place I can find an over view of connecting to a PgSQL db via C++. I found a small tutorial on how to use MySQL with C++, and esentially it is the same as with php (functions are nearly the same) but I had no such luck locating a similar resource for PgSQL.