psycopg2ct 0.3
An (experimental) implementation of the psycopg2 module using ctypes.
Latest Version: 2.4.4
An (experimental) implementation of the psycopg2 module using ctypes.
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| psycopg2ct-0.3.tar.gz (md5) | Source | 2011-10-18 | 40KB | 413 | |
- Author: Michael van Tellingen
- Home Page: http://github.com/mvantellingen/psycopg2-ctypes
- License: LGPL
- Platform: any
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Programming Language :: SQL
- Topic :: Database
- Topic :: Database :: Front-Ends
- Package Index Owner: mvt
- DOAP record: psycopg2ct-0.3.xml
