An (experimental) implementation of the psycopg2 module using ctypes.
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
psycopg2ct-0.3.tar.gz
(41.1 kB
view details)
File details
Details for the file psycopg2ct-0.3.tar.gz
.
File metadata
- Download URL: psycopg2ct-0.3.tar.gz
- Upload date:
- Size: 41.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62c637b5fb84678718adcdf92dc7ab8d6f40cc885eca61bc47a85bb3b44bf0cb |
|
MD5 | 570af2f871cdd493549c00bc2e47d983 |
|
BLAKE2b-256 | cc3c321ff29df4e73bd80c874acd9e514ab6283d09b1f053f1e8f1a181261dbe |