/ecto_lock

Helpers for advisory locks with postgresql and ecto

Primary LanguageElixir

ecto_lock

Advisory locks with postgresql made easy.

Installation

Add in your mix.exs:

def deps do
  [
    {:ecto_lock, "~> 0.1.0"}
  ]
end

Documentation

Documentation can be found at https://hexdocs.pm/ecto_lock.