Skip to content

table.exists

Check table exists.

js
let exists = table.exists(tableName);
let exists = table.exists(tableName);

Parameters

  • tableName - Name of the table.

Example

js
let exists = table.exists("users");
let exists = table.exists("users");