Python database

BBands bbands at yahoo.com
Thu Mar 11 17:13:59 EST 2004


"@(none)" <""daniel\"@(none)"> wrote in message news:<4050647e$1 at puffinus.its.uu.se>...
> Can someone recommend a simple, easy-to-program data base? As far as I 
> have understood there is no standard data base in Python. Why is this 
> so? Do people have too different needs?
> 
>       / Any help is much appreciated!


Simple and powerful:

SQLite
http://www.hwaci.com/sw/sqlite/

and a python driver for SQLite
http://sourceforge.net/projects/pysqlite

Enjoy,

    --jab



More information about the Python-list mailing list