• DeleteTable drops the specified table.

    This method is a no-op if a table with the provided name doesn't exist.

    NB! Be aware that this method is vulnerable to SQL injection and the "tableName" argument must come only from trusted input!

    Parameters

    • tableName: string

    Returns void

Generated using TypeDoc