mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-30 09:48:54 +00:00
29 lines
848 B
Plaintext
29 lines
848 B
Plaintext
|
libpqxx {#mainpage}
|
||
|
=======
|
||
|
|
||
|
@version @PQXXVERSION@
|
||
|
@author Jeroen T. Vermeulen
|
||
|
@see http://pqxx.org
|
||
|
@see https://github.com/jtv/libpqxx
|
||
|
|
||
|
Welcome to libpqxx, the C++ API to the PostgreSQL database management system.
|
||
|
|
||
|
Compiling this package requires PostgreSQL to be installed -- including the
|
||
|
C headers for client development. The library builds on top of PostgreSQL's
|
||
|
standard C API, libpq. The libpq headers are not needed to compile client
|
||
|
programs, however.
|
||
|
|
||
|
For a quick introduction to installing and using libpqxx, see the README.md
|
||
|
file. The latest information can be found at http://pqxx.org/
|
||
|
|
||
|
|
||
|
Some links that should help you find your bearings:
|
||
|
* @ref getting-started
|
||
|
* @ref thread-safety
|
||
|
* @ref connections
|
||
|
* @ref transactions
|
||
|
* @ref escaping
|
||
|
* @ref performance
|
||
|
* @ref transactor
|
||
|
* @ref datatypes
|