Small. Fast. Reliable.
Choose any three.
*** 225,230 ****
--- 225,232 ----
  INFORMATION_SCHEMA, wich contains info about all databases, tables, columns, index, views, stored 
  procedures, etc.
  
+ Can someone tell me how to fake describe until something like this is implemented?  Sorry, I'm too dependent on Oracle apparently :(
+ 
  *: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