ash_sqlite/test/support/test_repo.ex
Zach Daniel 34e7a206ab WIP
2023-09-25 10:22:54 -04:00

5 lines
102 B
Elixir

defmodule AshSqlite.TestRepo do
@moduledoc false
use AshSqlite.Repo,
otp_app: :ash_sqlite
end