5
lib/bds/repo.ex
Normal file
5
lib/bds/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule BDS.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :bds,
|
||||
adapter: Ecto.Adapters.SQLite3
|
||||
end
|
||||
Reference in New Issue
Block a user