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

Db.tableExists

Db.tableExists($tableName) -> boolean

Description

Return true if the table exists in the database.

Db.tableExists('users')

//= true

See Also