libpqtypes0

parameterized queries libpq extension - shared library

Description

libpqtypes is a libpq extension that offers a new way of handling parameterized queries and getting result field values. Both putting parameters and getting values use a printf/scanf style interface, with consistent specifiers for both.

 * Full support for binary and text format. (parameter and result)
 * Full support for composites, arrays and composite arrays. (binary format
   only)
 * printf style interface to libpq's binary parameterized API. (PQputf)
 * scanf style interface for getting values: PQgetvalue extension. (PQgetf)
 * Ability to register user-defined types, aliases and data type sub-classes
   for use with printf style interfaces: ex. "%mytype".
 * Per-thread global error message. (PQgeterror)
 * Online docs as well as man pages.

This package contains the shared library.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libpqtypes0