Skip to Content
This documentation is still under construction
Python APIVacate (empty)

Vacate (empty) the database

The vacate method completely trunacates the database. This means that all tables will be irreversibly deleted.

Be very careful with this method! This action can NOT be undone. Make sure your database is safely backed up before you use this.
db.vacate()
Last updated on