Open Danwhy opened 5 years ago
Part of #38
https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.Connection.html#c:child_spec/1
This should be as simple as returning the Postgrex.child_spec function, though we may need to look into opts to pass it.
Postgrex.child_spec
If we don't need to do anything special with the opts, this could also be delegated to Ecto.Adapters.Postgres.Connection
Ecto.Adapters.Postgres.Connection
Part of #38
https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.Connection.html#c:child_spec/1
This should be as simple as returning the
Postgrex.child_spec
function, though we may need to look into opts to pass it.If we don't need to do anything special with the opts, this could also be delegated to
Ecto.Adapters.Postgres.Connection