Small. Fast. Reliable.
Choose any three.
*** 11,19 ****
  in the way it stores tables.  Firebird will store indices more compactly,
  on the other hand.
  
! _: _One experimenter found that SQLite database files were 10 times smaller
! than Firebird database files.  See below._
! 
  
  The SQLite database file is cross-platform.  You can freely copy an
  SQLite database from one machine to another and it will still work.
--- 11,17 ----
  in the way it stores tables.  Firebird will store indices more compactly,
  on the other hand.
  
! _: _One experimenter found that in one very specific (and artificial) case SQLite database files were 10 times smaller than Firebird database files.  See below._
  
  The SQLite database file is cross-platform.  You can freely copy an
  SQLite database from one machine to another and it will still work.
***************
*** 33,39 ****
  
  Both database engines support all the basics of SQL-92: tables,
  indices, views, triggers, etc.  Support in Firebird is more complete.
! SQLite omits some features.
  
  *Speed*
  
--- 31,37 ----
  
  Both database engines support all the basics of SQL-92: tables,
  indices, views, triggers, etc.  Support in Firebird is more complete.
! SQLite omits some features like stored procedures or user-defined functions.
  
  *Speed*