Small. Fast. Reliable.
Choose any three.
*** 16,22 ****
  Simplicity in a database engine can be either a strength or a
  weakness, depending on what you are trying to do.  In order to
  achieve simplicity, SQLite has had to sacrifice other characteristics
! that some people find useful, such as high concurrancy, fine-grained
  access control, a rich set of built-in functions, stored procedures,
  esoteric SQL language features, XML and/or Java extensions,
  tera- or peta-byte scalability, and so forth.  If you need these
--- 16,22 ----
  Simplicity in a database engine can be either a strength or a
  weakness, depending on what you are trying to do.  In order to
  achieve simplicity, SQLite has had to sacrifice other characteristics
! that some people find useful, such as high concurrency, fine-grained
  access control, a rich set of built-in functions, stored procedures,
  esoteric SQL language features, XML and/or Java extensions,
  tera- or peta-byte scalability, and so forth.  If you need these