We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now we could only configure prefix in repo_opts, is it possible to make the option also available in Dataloader.Ecto.load? For example
prefix
repo_opts
Dataloader.Ecto.load
Dataloader.Ecto.load_many(Repo, :assoc_key, record, repo_opts: [prefix: "my_prefix"], other_option: true)
Now ecto-sql 3.0 already supported prefix well, hope dataloader could do better.
The text was updated successfully, but these errors were encountered:
Please!
Sorry, something went wrong.
PR welcome for this.
No branches or pull requests
Now we could only configure
prefix
inrepo_opts
, is it possible to make the option also available inDataloader.Ecto.load
? For exampleNow ecto-sql 3.0 already supported
prefix
well, hope dataloader could do better.The text was updated successfully, but these errors were encountered: