mongodb 1.1.1

The official MongoDB driver for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "uri": "mongodb+srv://test3.test.build.10gen.cc/?directConnection=false",
  "seeds": [
    "localhost.test.build.10gen.cc:27017"
  ],
  "hosts": [
    "localhost:27017",
    "localhost:27018",
    "localhost:27019"
  ],
  "options": {
    "ssl": true
  }
}