vacuum method

void vacuum()

Implementation

void vacuum() {
  execute("VACUUM");
}