close method

void close()

Close this database

Implementation

void close() {
  _dbm.close();
}