Pedro Gutiérrez
Results
2
comments of
Pedro Gutiérrez
This is actually a really nice feature. I was wondering if there are currently any plans to merge this and probably have a new version in hex?
Hi, this worked for me: ``` {ok, Pid} = mongoc:connect( {rs, , [ "....mongodb.net:27017", "....mongodb.net:27017", "....mongodb.net:27017" ]}, [], [ {database,}, {login,}, {password,}, {ssl, true} ]). ```