Small. Fast. Reliable.
Choose any three.
*** 13,18 ****
--- 13,23 ----
  with hundreds of concurrent connections.  Does anyone have experience with SQLite in this regard?
  
  --Carl Youngblood
+ 
+ SQLite is the speed demon of choice for systems that don't make heavy use of concurrent connections and complicated database features.  If you need a lot of concurrent connections, SQLite probably isn't the best choice.  But if you need a lot of speed and a simple setup for a single connection, SQLite is the best thing I've seen.
+ 
+ -- dec
+ 
  ----
  
  **Transactions and performance**