dataloader icon indicating copy to clipboard operation
dataloader copied to clipboard

Allow configure repo_opts per query

Open clouds56 opened this issue 5 years ago • 2 comments

Now we could only configure prefix in repo_opts, is it possible to make the option also available in Dataloader.Ecto.load? For example

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.

clouds56 avatar Dec 07 '18 22:12 clouds56

Please!

agalvez-papa avatar Nov 12 '19 23:11 agalvez-papa

PR welcome for this.

benwilson512 avatar Oct 31 '22 04:10 benwilson512