Small. Fast. Reliable.
Choose any three.
*** 1,6 ****
--- 1,9 ----
  Ittia (http://www.ittia.com/) released their database product "db.*" under
  an open-source license on or about 2004-Aug-12. It is a descendent of the Raima database engine (see http://www.sdtimes.com/news/110/emb2.htm for more information). Like SQLite, db.* is designed to be an embedded database engine.  This page provides a comparison of the two products to aid designers in choosing a product that is right for them.
  
+ Ittia has published a similar comparison between SQLite and Db.* : http://www.ittia.com/library/whitepapers/dbstar_and_sqlite.pdf
+ 
+ 
  The information on this page about db.* is based primarily on a reading of
  the on-line documentation for db.*.  All information is believed to be
  correct.  However, the author is not a db.* expert and so there could be
***************
*** 60,67 ****
  
  *Memory Utilization*
  
! Db.* claims a code footprint of about 100KB.  SQLite is over 2 times larger,
! approaching 250KB.  Both db.* and SQLite have a runtime database cache
  which is adjustable in size.
  
  *Concurrency*
--- 63,70 ----
  
  *Memory Utilization*
  
! Db.* claims a code footprint of 216KB.  SQLite is approaching 250KB.
! Both db.* and SQLite have a runtime database cache
  which is adjustable in size.
  
  *Concurrency*