Related to #1467: Add another constructor to Connector, as well as a connect() overload that accepts a Poco::URI. ``` mongodb://<user>:<password>@hostname.com:<port>/database-name?ssl=true ``` https://docs.mongodb.com/manual/reference/connection-string/