Sets the option to erase the database if it gets successfully opened.
(&mut self, wipe: bool)
| 72 | |
| 73 | /// Sets the option to erase the database if it gets successfully opened. |
| 74 | pub fn wipe(&mut self, wipe: bool) -> &mut Self { |
| 75 | self.wipe = wipe; |
| 76 | self |
| 77 | } |
| 78 | |
| 79 | /// Specifies the path of the metadata file. |
| 80 | /// |
no outgoing calls