DBConnection.child_spec
You're seeing just the function
child_spec
, go back to DBConnection module for more information.
Specs
child_spec(module(), opts :: Keyword.t()) :: :supervisor.child_spec()
Creates a supervisor child specification for a pool of connections.
See start_link/2
for options.