File DB instead of real database?

Sebastian Bassi sbassi at clubdelarazon.org
Mon Apr 16 07:49:10 EDT 2007


On 13 Apr 2007 21:14:36 -0700, Jia Lu <Roka100 at gmail.com> wrote:
>  I donot want to use a real DB like MySQL ... But I need something to
> save about more than 1000 articles.
>  Is there any good ways?

SQLite is a good option, as you were told. But what about put them in
a dictionary and then cPickle it to disk? (using 2 as optimization
setting in cPickle command).



More information about the Python-list mailing list