Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / postgresql-libpqxx / pkg-descr
1 Welcome to libpqxx, the official C++ API to the PostgreSQL database
2 management system.
3
4 There are many similar libraries for PostgreSQL and for other
5 databases, some of them database-independent.  Most of these, however,
6 are fairly C-like in their programming style, and fail to take
7 advantage of the full power of the C++ language as it has matured
8 since the acceptance of the Standard in 1996.  What libpqxx brings you
9 is effective use of templates to reduce the inconvenience of dealing
10 with type conversions; of standard C++ strings to keep you from having
11 to worry about buffer allocation and overflow attacks; of exceptions
12 to take the tedious and error-prone plumbing around error handling out
13 of your hands; of constructors and destructors to bring resource
14 management under control; and even basic object-orientation to give
15 you some extra reliability features that would be hard to get with
16 most other database interfaces.
17
18 WWW: http://pqxx.org/