Sample C++ code using libpqxx/Postgresql sought
I am looking for some sample code using the libpqxx (C++) API for
Postgresql. I have found some tutorials
(http://thaiopensource.org/devprojects/libpqxx/doc/2.6.8/html/Tutorial/
http://www.cs.wisc.edu/~ajkunen/libpqxx-2.4.2/Tutorial/)
and some references
(http://thaiopensource.org/devprojects/libpqxx/doc/2.6.8/html/Reference/
http://www.postgresql.org/files/documentation/pdf/7.1/programmer.pdf
http://www.postgresql.org/files/documentation/pdf/7.3/programmer-7.3.2-US.pdf)
but they are all giving bits and pieces of information. I am the sort
of person who operates on pre-existing sample code, rather than a
programmer's manual. Any pointers to sample code using libpqxx will be
appreciated.
Choi
On Fri, 2007-01-26 at 12:16 -0800, usenet@sta.samsung.com wrote:
I am looking for some sample code using the libpqxx (C++) API for
Postgresql. I have found some tutorials(http://thaiopensource.org/devprojects/libpqxx/doc/2.6.8/html/Tutorial/
http://www.cs.wisc.edu/~ajkunen/libpqxx-2.4.2/Tutorial/)and some references
(http://thaiopensource.org/devprojects/libpqxx/doc/2.6.8/html/Reference/
http://www.postgresql.org/files/documentation/pdf/7.1/programmer.pdf
http://www.postgresql.org/files/documentation/pdf/7.3/programmer-7.3.2-US.pdf)but they are all giving bits and pieces of information. I am the sort
of person who operates on pre-existing sample code, rather than a
programmer's manual. Any pointers to sample code using libpqxx will be
appreciated.Choi
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
you might try looking through the libpqxx test cases
http://thaiopensource.org/development/libpqxx/browser/trunk/test/