Python-PostgreSQL Database Adapter
Project description
This is a port of psycopg2 to python+ctypes with usage for PyPy in mind.
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.
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.1.tar.gz
(23.2 kB
view details)
File details
Details for the file psycopg2ct-0.1.tar.gz
.
File metadata
- Download URL: psycopg2ct-0.1.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da52dd3f74c5919c9b7403c01e399776e2838e5dfa90f2a02968e015c1145810 |
|
MD5 | e8876e474f26d6a3bb3d6ea9339fc1e0 |
|
BLAKE2b-256 | 51a4ac3040b1fe448047fa9ab8bcf32f29707cbc85e088af8e8b55553ed971c8 |