Skip to content

Commit 6c29b04

Browse files
committed
added Vega as reference
1 parent e2bc9a8 commit 6c29b04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ $ mongod --sslMode allowSSL --sslPEMKeyFile /path/to/mongodb.pem
417417
* For `--sslMode` you can use one of `allowSSL` or `preferSSL`
418418
* You can enable any other options you want when starting `mongod`
419419

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+
420426
## Special thanks
421427

422428
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

Comments
 (0)