Asynchronous Psycopg2 wrapper for Tornado. (http://momoko.61924.nl/)

Add asynchronouse notifications example.

The example shows how the current code can be used to make use of PostgreSQL's asynchronous notifications. There's no official API for Momoko yet.

FSXSun Aug 5 23:03:53 UTC 2012

Added a to do list.

FSXSat Aug 4 13:51:49 UTC 2012

Reduce code duplication in ConnectionPool.execute and ConnectionPool.callproc.

FSXSat Aug 4 11:35:08 UTC 2012

Moved psycopg2 import to utils.

Other modules can now import psycopg2 without having to know if they import psycopg2 or psycopg2-ctypes.

FSXFri Aug 3 23:36:08 UTC 2012

Adding version check for psycopg2.

FSXFri Aug 3 23:35:01 UTC 2012

Fix typo in module name.

FSXFri Aug 3 23:30:57 UTC 2012

Use psycopg2-ctypes if psycopg2 is not available in Python 2.

FSXFri Aug 3 23:23:15 UTC 2012

Import Momoko rewrite.

FSXFri Aug 3 21:26:31 UTC 2012