Can I make sqlite delay the writing to the file. I do allot of small writes from different places from my code (tricky to do a begin transaction and a commit transaction). It is still fast enough, but you can hear the harddisk doing all the small writes, I’d like to avoid this. Q
Daily Archives: March 15, 2008
StuffKeeper, now using sqlite3
March 15, 2008 – 9:12 pm
I spend the whole day today rewriting the backend of StuffKeeper to use sqlite3. It’s been a while since I spend a whole day hacking on a program. It feels good todo this once in a while. Now lets hope it was worth it. For everybody allready using stuffkeeper, please give it a good try. read more