6 lines
122 B
Elixir
6 lines
122 B
Elixir
|
|
defmodule SimpleshopTheme.Repo do
|
||
|
|
use Ecto.Repo,
|
||
|
|
otp_app: :simpleshop_theme,
|
||
|
|
adapter: Ecto.Adapters.SQLite3
|
||
|
|
end
|