forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
537 B
Text
12 lines
537 B
Text
PQueue is a package providing low-level PQ protocol classes for
|
|
interacting with a PostgreSQL database. It supports version 3.0
|
|
of the protocol--the current primary version of protocol. The
|
|
package also provides a basic protocol transaction class. This
|
|
class keeps the state of the protocol in an interrupt safe manner,
|
|
and validates the integrity of the communication as messages are
|
|
received.
|
|
|
|
In general, you probably will never use this package directly,
|
|
unless you are writing a driver.
|
|
|
|
WWW: http://python.projects.postgresql.org/
|