Functionsdatabase$hasTablesOn this page$hasTables Checks if a specific table exists in the database. Parameters ParameterDescriptiontableThe name of the table to check Example <AoiClient>.addCommand({ name: "check-table-existence", code: ` $hasTables[users] `,});