BobbyMcWho / ecto_lock

Helpers for advisory locks with postgresql and ecto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Helpers for advisory locks with postgresql and ecto


Languages

Language:Elixir 100.0%