Ecto.Pools.SojournBroker

Start a pool of connections using sbroker.

Options

Source

Summary

start_link(conn_mod, opts)

Starts a pool of connections for the given connection module and options

Functions

start_link(conn_mod, opts)

Starts a pool of connections for the given connection module and options.

  • conn_mod - The connection module, see Ecto.Adapters.Connection
  • opts - The options for the pool, the broker and the connections
Source