Function mango_orm::test_tool::del_test_db[][src]

pub fn del_test_db(
    project_name: &str,
    unique_project_key: &str,
    models: &Vec<Meta>
) -> Result<(), Box<dyn Error>>
Expand description

Remove test databases Hint: See the tests in the test-drive section for an example.