You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For `--sslMode` you can use one of `allowSSL` or `preferSSL`
418
418
* You can enable any other options you want when starting `mongod`
419
419
420
+
## More examples
421
+
422
+
There are some basic examples in the `example` folder. But if you want to see the driver in action
423
+
take a look at [Vega](https://github.com/zookzook/vega), especially the [Board.ex](https://github.com/zookzook/vega/blob/master/lib/vega/board.ex) module for using the transaction api together with
424
+
bulk operations.
425
+
420
426
## Special thanks
421
427
422
428
Special thanks to [JetBrains](https://www.jetbrains.com/?from=elixir-mongodb-driver) for providing a free JetBrains Open Source license for their complete toolbox.
0 commit comments