Ecto.Adapters.Postgres

Adapter module for PostgreSQL.

It handles and pools the connections to the postgres database using postgrex with poolboy.

Options

Postgrex options split in different categories described below. All options should be given via the repository configuration.

Connection options

Pool options

Storage options

Source