Packages

Helpers for advisory locks with postgresql and ecto

Current section

Files

Jump to
ecto_lock README.md
Raw

README.md

# ecto_lock
Advisory locks with postgresql made easy.
## Installation
Add in your mix.exs:
```elixir
def deps do
[
{:ecto_lock, "~> 0.1.0"}
]
end
```
## Documentation
Documentation can be found at <https://hexdocs.pm/ecto_lock>.