/ecto_lock

Primary LanguageElixir

EctoLock

This is a companion repository for my Database Locking with Ecto in Elixir blog post.

Installation

Prerequisites:

  • Ensure Postgres is installed and running
  • Ensure Elixir 1.7 or higher is installed

Setup

  • mix deps.get
  • mix ecto.create
  • mix ecto.migrate

You're all set! Feel free to hop into an iex session (iex -S mix) to play around!