We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc59a2 commit 0e8954dCopy full SHA for 0e8954d
lib/ecto/repo.ex
@@ -590,9 +590,6 @@ defmodule Ecto.Repo do
590
591
From this moment on, all future queries done by the current process will
592
run on `:tenant_foo`.
593
-
594
- **Note this feature is experimental and may be changed or removed in future
595
- releases.**
596
"""
597
@doc group: "Runtime API"
598
@callback put_dynamic_repo(name_or_pid :: atom() | pid()) :: atom() | pid()
0 commit comments