corgidb.objects.Table.delete

Table.delete(keep_table:bool=False)

this method will delete the table on the database

Parameters

  1. keep_table: bool

    delete only the data but keep the table structure

Notes

use this method with caution the action is irreversible you can also delete the table using CorgiDB.utils.delete_table

Last updated