persisting in postgres
This commit is contained in:
5
lib/elixir_ai/data/repo.ex
Normal file
5
lib/elixir_ai/data/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule ElixirAi.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :elixir_ai,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Reference in New Issue
Block a user