From 9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 01:37:10 -0700 Subject: Initial commit! --- lib/schema/repo.ex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/schema/repo.ex (limited to 'lib/schema/repo.ex') diff --git a/lib/schema/repo.ex b/lib/schema/repo.ex new file mode 100644 index 0000000..27d81b9 --- /dev/null +++ b/lib/schema/repo.ex @@ -0,0 +1,5 @@ +defmodule Chessh.Repo do + use Ecto.Repo, + otp_app: :chessh, + adapter: Ecto.Adapters.Postgres +end -- cgit v1.2.3-70-g09d2