summaryrefslogtreecommitdiff
path: root/lib/schema/repo.ex
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-19 01:37:10 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-19 01:39:10 -0700
commit9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 (patch)
tree4622a1809df6a6424f1b5f9f10c72dd02f9fc176 /lib/schema/repo.ex
downloadchessh-9cdfb6eb9cd30c4e06a7d9fef53e519983827d81.tar.gz
chessh-9cdfb6eb9cd30c4e06a7d9fef53e519983827d81.zip
Initial commit!
Diffstat (limited to 'lib/schema/repo.ex')
-rw-r--r--lib/schema/repo.ex5
1 files changed, 5 insertions, 0 deletions
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