aboutsummaryrefslogtreecommitdiff
path: root/lib/db/db.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/db/db.ex')
-rw-r--r--lib/db/db.ex5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/db/db.ex b/lib/db/db.ex
new file mode 100644
index 0000000..b35cee7
--- /dev/null
+++ b/lib/db/db.ex
@@ -0,0 +1,5 @@
+defmodule Thulani.Repo do
+ use Ecto.Repo,
+ otp_app: :thulani,
+ adapter: Ecto.Adapters.Postgres
+end