1defmodule Statusphere.Repo do 2 use Ecto.Repo, 3 otp_app: :statusphere, 4 adapter: Ecto.Adapters.SQLite3 5end