./databases/py-pgnotify, Python interface to PostgreSQL LISTEN/NOTIFY

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q1, Version: 0.1nb2, Package name: py27-pgnotify-0.1nb2, Maintainer: darcy

pgnotify is a PostgreSQL client-side asynchronous notification handler for
Python and PyGreSQL.

Typically, asynchronous notification is used to communicate the message "I
changed this table, take a look at it to see what's new" from one PostgreSQL
client to other interested PostgreSQL clients.

A useful programming technique is to generate asynchronous notification in a
rule that is triggered by table updates; this way, notification happens
automatically when the table is changed and the application programmer can't
accidentally forget to do it.

At present, pgnotify works with PyGreSQL only. It should work with PoPy and
psycopg when those modules provide Pythonic interfaces to additional necessary
PostgreSQL client-side functions, as described in the README.


Master sites:

SHA1: 6545a994077427b481c7fc9c511dc74f6106ae39
RMD160: a48a7536a6edf330bdb1eb6b83be119ce4327e56
Filesize: 6.004 KB

Version history: (Expand)