Small. Fast. Reliable.
Choose any three.
*** 236,241 ****
--- 236,243 ----
  *:SHOW TABLES and DESCRIBE [tablename] would be nice - not sure if they're standard, but they are a 
  rather nice feature of MySQL...
  
+ *:SELECT ... FOR UPDATE OF ... is not supported.  This is understandable considering the mechanics of SQLite in that row locking is redundant as the entire database is locked when updating any bit of it.  However, it would be good if a future version of SQLite supports it for SQL interchageability reasons if nothing else.  The only functionality required is to ensure a "RESERVED" lock is placed on the database if not already there.
+ 
  ===========
  REMARK
  ===========