First of all, thanks for this awesome library and elixir as a whole.
It would be nice to have some more explicit documentation about Ecto.Adapters.SQL.Sandbox.mode/2, because current documentation says it has only 2 modes, while function accepts 3 different modes: :manual, :auto and {:shared, pid}.
I am confused with this and I've decided to open an issue, since documentation should at least have some description of these modes.
You can show me some links with description of modes and how they work and I can create a PR with new documentation
First of all, thanks for this awesome library and elixir as a whole.
It would be nice to have some more explicit documentation about
Ecto.Adapters.SQL.Sandbox.mode/2, because current documentation says it has only 2 modes, while function accepts 3 different modes::manual,:autoand{:shared, pid}.I am confused with this and I've decided to open an issue, since documentation should at least have some description of these modes.
You can show me some links with description of modes and how they work and I can create a PR with new documentation