I store the main object id as a tablename. If I want to drop the object from the db, there is no way to drop a table using the SqliteDict API itself. I think there should be a drop_table function, similar to the static method get_tablenames.
Reasonable?