🛠️ This documentation is still under construction
Rust API
Vacate

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()