Created an Elixir PHoenix web framework application project
This commit is contained in:
5
lib/sukaato/repo.ex
Normal file
5
lib/sukaato/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule Sukaato.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :sukaato,
|
||||
adapter: Ecto.Adapters.SQLite3
|
||||
end
|
Reference in New Issue
Block a user