We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fccf51 commit 17f39dbCopy full SHA for 17f39db
README.md
@@ -103,20 +103,10 @@ Add `sqlite_ecto2` as a dependency in your `mix.exs` file.
103
104
```elixir
105
def deps do
106
- [{:sqlite_ecto2, "~> 2.0"}]
+ [{:sqlite_ecto2, "~> 2.2"}]
107
end
108
```
109
110
-If you are using Elixir 1.3, you should also update your applications list to include `sqlite_ecto2` and `ecto`:
111
-
112
-```elixir
113
-def application do
114
- [applications: [:logger, :sqlite_ecto2, :ecto]]
115
-end
116
-```
117
118
-With Elixir 1.4+, you can do this or rely on application inference.
119
120
To use the adapter in your repo:
121
122
0 commit comments