Skip to content

Commit

Permalink
Update for Ecto 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvenn committed May 20, 2019
1 parent 6e7fc70 commit a170e99
Show file tree
Hide file tree
Showing 8 changed files with 419 additions and 284 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Once the test finishes, the managed transaction is being rollbacked to restore t
## Installation

The package can be installed by adding `ecto_replay_sandbox` to your list of dependencies in `mix.exs`.
Make sure to also add [Postgrex CockroachDB variant](https://hexdocs.pm/postgrex_cdb/readme.html).
Make sure to also add [CockroachDB adaptor](https://hexdocs.pm/ecto_cockroachdb/readme.html).

```elixir
def deps do
[
{:postgrex, "~> 0.13", hex: :postgrex_cdb, override: true},
{:ecto_replay_sandbox, "~> 1.0", only: :test},
{:ecto_cockroachdb, "~> 1.0"},
{:ecto_replay_sandbox, "~> 2.0", only: :test},
]
end
```
Expand Down
Loading

0 comments on commit a170e99

Please sign in to comment.