ash_oban/test/support/repo.ex
Zach Daniel 12f4207193 improvement: add actor_persister, and use it automatically
improvement: authorize?: true always
2024-02-20 13:02:43 -05:00

3 lines
104 B
Elixir

defmodule AshOban.Test.Repo do
use Ecto.Repo, adapter: Ecto.Adapters.Postgres, otp_app: :ash_oban
end