sqlite.drop_if_exists(dbname,tablename)

Drop a SQLite table if it exists, returns true for success.

Example
sqlite.drop_if_exists('testdb', 'foo')