Re: Py+SQLite or other (big output) ?

2006-04-11 Thread Magnus Lycka
DurumDara wrote: > I want to process many data with python, and want to store in database. ... > So I want to use one database file - but I want to protect it. > How to do it with SQLite ? > I see that solutions: > - 1. I use transactions. > - 2. I create full copy of database after every bigger tr

Re: Py+SQLite or other (big output) ?

2006-04-03 Thread Gerhard Häring
Anonymous Coward DurumDara wrote: > [...] > So I want to use one database file - but I want to protect it. > How to do it with SQLite ? > I see that solutions: > - 1. I use transactions. > - 2. I create full copy of database after every bigger transation. > - 3. Shadow file ??? > - 4. Mirror databa

Py+SQLite or other (big output) ?

2006-04-03 Thread DurumDara
Hi ! I want to process many data with python, and want to store in database. In the prior version of my code I create a simple thing that delete the old results, recreate the database and fill up it. But that is not too flexible, because when an power supply or hardware problem occured, all o