ash_sqlite/test/support/test_repo.ex

6 lines
102 B
Elixir
Raw Permalink Normal View History

2023-09-23 14:52:22 +12:00
defmodule AshSqlite.TestRepo do
@moduledoc false
use AshSqlite.Repo,
otp_app: :ash_sqlite
end