Add generated starter app
This commit is contained in:
parent
29425fee80
commit
f2eeb95960
45 changed files with 2571 additions and 0 deletions
5
lib/mv/repo.ex
Normal file
5
lib/mv/repo.ex
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
defmodule Mv.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :mv,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue