An implementation of the psycopg2 module using ctypes.
Project description
An implementation of the psycopg2 module using ctypes. The module is currently compatible with Psycopg 2.4.4.
To use this package with Django or SQLAlchemy create a psycopg2.py file somewhere in your python path (e.g. the current working dir) and add:
from psycopg2ct import compat compat.register()
This will map psycopg2ct to psycopg2.
This module is only tested with python 2.6+ and PyPy 1.6+
This is a port of Alex Gaynor’s rpython port (https://bitbucket.org/alex_gaynor/pypy-postgresql/overview) of psycopg2 to python + ctypes.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
| Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
|---|---|---|---|
| psycopg2ct-2.4.4.tar.gz (46.4 kB) Copy SHA256 hash SHA256 | Source | None | Feb 11, 2012 |