Small. Fast. Reliable.
Choose any three.
*** 76,81 ****
--- 76,85 ----
  right now it is giving 'no such database as blah' or 'no such database as
  blorg'. i try to 'create database blah' but of cousre that doesnt work either. 
  
+ _::::: at the very least, it could accept table names that have
+ a '.' in them. this would fake schemas good enough for me. right now
+ it doesnt seem to allow it. 
+ 
  *: TRUNCATE (MySQL, Postgresql and Oracle have it... but I dont know if this is a standard command) - 
  _SQLite does this automatically when you do a DELETE
  without a WHERE clause. You can use also VACUUM command_