DataBase support

T.C. Thomas misfit at chopstick.cc
Wed Jan 31 01:01:41 EST 2001


"guy bashan" <bashanguy at hotmail.com> wrote:
>Hello,
>
>I'm new to Python, and just installed the Komodo working with AcivePython
>2.0.  I gave a little overview over the syntax and built-in capabilities and
>was really impressed.  But I couldn't notice any database support. Was I
>missing something ??    Does Python have any class dealing with databases
>and tables ??

I am running kinfxdb against an Informix 7.3 database (data warehouse).  It has worked quite well.  
Kinfxdb appears to be just a C library (Informix ESQL/C) of database functions with a Python wrapper module.

--TC




More information about the Python-list mailing list