sqlite.drop_if_exists(dbname,tablename)
Drop a SQLite table if it exists, returns true for success.
Example
sqlite.drop_if_exists('testdb', 'foo')
Drop a SQLite table if it exists, returns true for success.
sqlite.drop_if_exists('testdb', 'foo')