Small. Fast. Reliable.
Choose any three.
*** 65,70 ****
--- 65,72 ----
  Q) Could SQLite be used to implement the {link: http://www.geocities.com/SiliconValley/Lab/6888/top.htm Table Oriented Programming} philosophy efficiently and easily? Can an embedded database using precompiled access functions compete with object-oriented access of object attributes in performance (a slowdown by a factor of 10 could be tolerated, but not by a factor of 100 or 1000)? If not, could this be achieved (by some caching mechanism, for example)?
  ------
  Q) Would it be possible to run SQLite off a DVD essentially creating a completely self contained system without requiring any installation or modification on the host computer, and would it be prohibitively slow to access the DB to doing so?
+ 
+ A) Do you mean to write a DB file to a ramdisk? This should not be particularly slow.
  ------
  Q) What conventions should I follow when submitting a patch and where should I send it?
  ------