A performance dashboard for Postgres, mountable in Phoenix.
Add it to your router:
import PgHeroWeb.Router scope "/" do pipe_through [:browser, :require_admin] pghero "/pghero" end
And configure a database:
config :pghero, repo: MyApp.Repo