mongodb-erlang
mongodb-erlang copied to clipboard
Support Mongo connection using URI
It will be great to have a URI based connection option.
@comtihon any idea when will this be looked upon ?
Hi, can you please give me an example, how you expect this feature to look like?
Regards, Val
mongo_api:connect(<<"mongodb+srv://username:password@host">>). should connect to mongo cluster
https://docs.mongodb.com/manual/reference/connection-string/