rename to memex

This commit is contained in:
2022-07-25 19:31:54 -04:00
parent 65ec4286da
commit 1a423f703b
122 changed files with 416 additions and 416 deletions

5
lib/memex/repo.ex Normal file
View File

@@ -0,0 +1,5 @@
defmodule Memex.Repo do
use Ecto.Repo,
otp_app: :memex,
adapter: Ecto.Adapters.Postgres
end