blob: d08e357e932baa7bdedfb26ce397cd64e4470da3 (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::connection and pqxx::lazyconnection classes.
*
* Different ways of setting up a backend connection.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/connection.hxx"
|