katbin/lib/ketbin/repo.ex
supercmmetry 6f81702291
chore(git): Initial commit
Signed-off-by: supercmmetry <vishaals2000@gmail.com>
2021-08-09 14:18:23 +05:30

6 lines
104 B
Elixir

defmodule Ketbin.Repo do
use Ecto.Repo,
otp_app: :ketbin,
adapter: Ecto.Adapters.Postgres
end