[][src]Function rocks::db::destroy_db

pub fn destroy_db<P: AsRef<Path>>(options: &Options, name: P) -> Result<()>

Destroy the contents of the specified database.

Be very careful using this method.