We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd57cd9 commit 3456413Copy full SHA for 3456413
2 files changed
README.md
@@ -9,6 +9,9 @@
9
For detailed information read the documentation for the `Mongo.Ecto` module,
10
or check out examples below.
11
12
+## Features still missing to be Ecto 2.1 compliant
13
+* on_conflict
14
+
15
## Example
16
```elixir
17
# In your config/config.exs file
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Mongo.Ecto.Mixfile do
2
use Mix.Project
3
4
- @version "0.1.4"
+ @version "0.2.0"
5
6
def project do
7
[
0 commit comments