Problemas con Python y PostgreSQL
ogunsett
ogunsett en gmail.com
Jue Mar 9 23:05:41 CET 2006
Lo que encontré son tres Módulos para postgreSQL
*A Python DB-API 2.0 interface to PostgreSQL v7.x
PgSQL is a package of two (2) modules that provide a Python
DB-API 2.0 compliant interface to PostgreSQL databases. The
first module, libpq, exports the PostgreSQL C API to Python.
The second module, PgSQL, provides the DB-API 2.0 compliant
interface and support for various PostgreSQL data types, such
as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.
This package is built for Python 2.4.
WARNING: Under python2.4, comparisons between PgInt2 and float
are broken. See /usr/share/doc/python2.4-pgsql/README.Debian
for details.
*Python 2.4 module for PostgreSQL
psycopg is a PostgreSQL database adapter for the Python programming language
(just like pygresql and popy.) It was written from scratch with the aim of
being very small and fast, and stable as a rock. The main advantages of
psycopg are that it supports the full Python DBAPI-2.0 and being thread safe
at level 2. psycopg is different from the other database adapter because it
was designed for heavily multi-threaded applications. It also includes some
extensions to the standard DBAPI-2.0 to allow for better thread performance.
*PostgreSQL module for Python
PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
wilson soleto wrote:
>Hola como estan soy Jerry Soleto y estoy haciendo mi proyecto
>en Python con Base de Datos en PostgreSQL y quisiera saber que
>puedo utilizar para coonectarme desde Python a la Base de Datos
>PostgreSQL utilizo el Tkinter para hacer la interfaz grafica
>Muchisimas gracias.
>Jerry
>_______________________________________________
>Python-es mailing list
>Python-es en aditel.org
>http://listas.aditel.org/listinfo/python-es
>
>
>
Más información sobre la lista de distribución Python-es