### ``parseProviderModelUrl(url)``
Returns an object with host and database info from the ``url``.
- `url` `<String>`

```js
pvh.parseProviderModelUrl('mongodb://localhost:27017/test');
```