Re: Pysqlite tables in RAM

2006-10-05 Thread Ranjitha
Fredrik Lundh wrote: > Ranjitha wrote: > > > I want to store my data in a database on the disk. I also want to be > > able to reload the tables into the RAM whenever I have a lot of disk > > accesses and commit the changes back to the database. > > using the cach

Pysqlite tables in RAM

2006-09-29 Thread Ranjitha
Hi all, I'm relatively new to python and am facing a problem with database access I want to store my data in a database on the disk. I also want to be able to reload the tables into the RAM whenever I have a lot of disk accesses and commit the changes back to the database. There is an option of s