Database with Python ??
Ruediger Maehl
ruediger.maehl at dzsh.de
Fri Mar 9 03:20:49 EST 2001
Thomas Mundt schrieb in Nachricht <988vmn$t77$05$1 at news.t-online.com>...
>Has Python a own database language and do someone know a link to a Tutorial
>in database-working with python?
Are you looking for a full-featured database (several GB space,
transactions,
full sql support etc) then you will probably find www.sapdb.org useful.
If you are looking for ODBC based access to databases,
www.lemburg.com/files/python/ might be useful.
But if you only want to save some data to disk then you would perhaps
be fine with the bsddb module (Python Library Reference - Optional
Operating System Services - bsddb) or even the ConfigParser module
(Python Library Reference - Miscellaneous Services - ConfigParser).
HTH, else specify your needs more precisely.
Rüdiger
More information about the Python-list
mailing list