C++ Client Library for PostgreSQL
http://pqxx.org/development/libpqxx/
This is the official C++ client API for postgres. What libpqxx brings you is
effective use of templates to reduce the inconvenience of dealing with type
conversions; of standard C++ strings to keep you from having to worry about
buffer allocation and overflow attacks; of exceptions to take the tedious and
error-prone plumbing around error handling out of your hands; of constructors
and destructors to bring resource management under control; and even basic
object-orientation to give you some extra reliability features that would be
hard to get with most other database interfaces.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / libpqxx
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database:postgresql/libpqxx && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libpqxx-4.0.1.tar.gz | 0001582532 1.51 MB | |
libpqxx-6.4.5.tar.gz | 0000715081 698 KB | |
libpqxx-sed-4.3.patch | 0000000462 462 Bytes | |
libpqxx.changes | 0000006933 6.77 KB | |
libpqxx.spec | 0000003661 3.58 KB |
Revision 23 (latest revision is 41)
Martin Pluskal (pluskalm)
accepted
request 479283
from
Dominique Leuenberger (dimstar)
(revision 23)
- Add libpqxx-sed-4.3.patch: Fix build with sed 4.3, which is stricter regarding [[:space:]] vs [:space:]. configure.ac needs this to be represented as [[[:space:]]], as autoFOO itself swallows one pair of []. - Add libtool BuildRequires and call to autoreconf, as above patch touches the build system. Patch has not been submitted to upstream by me - please assist in this task as maintainer of the package.
Comments 0