Small. Fast. Reliable.
Choose any three.
*** 75,81 ****
  
  SQLite requires no setup files or other administration.  You just
  call sqlite3_open() with the name of a database file and it runs.
! The same with embedded Firebird except it more complex to initialize. Firebird can use a configuration file in the working directory, but doesn't require it to be present.
  
  *Concurrency*
  
--- 75,81 ----
  
  SQLite requires no setup files or other administration.  You just
  call sqlite3_open() with the name of a database file and it runs.
! The same with embedded Firebird except it is more complex to initialize. Firebird can use a configuration file in the working directory, but doesn't require it to be present.
  
  *Concurrency*