Function drop_postgres

Source
pub async fn drop_postgres(pg: &PgPool, database: String) -> Result<()>