This repository is an Elixir project used in my talk for 3rd Kyiv Elixir Meetup. You can find presentation itself in the root folder of the project: Ecto_is_not_an_ORM.pdf
mix ecto.createmix ecto.migrate- You can edit
priv\repo\seeds.exsand runmix run priv\repo\seeds.exsto seed the DB - You can edit and run
mix run priv\try_me.exsto test Your Ecto code - You can drop DB with
mix ecto.dropanytime and start from playing again