Packages

Just some lines of code to make ex_machina work with the Repo module present in the elixir-mongodb-driver

Current section

Files

Jump to
Raw

README.md

# ExMachinaMongo
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_machina_mongodb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_machina_mongodb, "~> 0.0.2"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/ex_machina_mongodb>.