Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Db.xDangerDropTable

Db.xDangerDropTable($tableName) -> boolean

Description

Drop (permanently delete) a table from the database.

Db.xDangerDropTable('tempCache')
//= true

Db.tableExists('tempCache')
//= false

See Also