wipe method

void wipe()

Implementation

void wipe() {
  _checkOpen();
  nosqueel.ns_database_wipe(_db);
}