What database should I use

Max M maxm at mxm.dk
Fri Sep 6 03:56:17 EDT 2002


A wrote:
> I am going to program a small application (in Python and wxPython) which consists about 
> 2000 - 3000 records . Can you please recommend which database is the best for that. I 
> use Windows.
> Maybe MS Access  or FoxPro or MySQL or better?
> I want to keep the program as small as possible.



In such a small program why don't you just use shelve from the standard 
library?

You can store your objects directly in it and you don't have to install 
any db.


regards Max M




More information about the Python-list mailing list