Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / lib / tech_radar_editor / repo.ex
1 defmodule TechRadarEditor.Repo do
2 use Ecto.Repo, otp_app: :tech_radar_editor
3 end