Ecto.Pools.Poolboy

Start a pool of connections using poolboy.

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.

Source