This website requires JavaScript.
Explore
Help
Register
Sign In
shibao
/
memEx
Watch
1
Star
1
Fork
0
You've already forked memEx
Code
Issues
5
Pull Requests
Projects
Releases
16
Wiki
Activity
7dc2047e97
memEx
/
lib
/
memex
/
repo.ex
6 lines
102 B
Elixir
Raw
Normal View
History
Unescape
Escape
rename to memex
2022-07-25 19:31:54 -04:00
defmodule
Memex.Repo
do
run phx.new and add phx.gen.auth
2021-03-11 21:12:55 -05:00
use
Ecto.Repo
,
rename to memex
2022-07-25 19:31:54 -04:00
otp_app
:
:memex
,
run phx.new and add phx.gen.auth
2021-03-11 21:12:55 -05:00
adapter
:
Ecto.Adapters.Postgres
end
Reference in New Issue
Copy Permalink