I\'m just learning Phoenix and Elixir and I\'m coming from Ruby/Rails where I work in the REPL using pry to inspect my database and application state.
pry
I\'m
If you're working in development, use iex -S mix phx.server.
iex -S mix phx.server
If you need into the console of a deployed release, then go to your release directory and run bin/ remote_console to open up a remote shell to your app's console.
bin/ remote_console