Ecto.Adapters.Postgres

Adapter module for PostgreSQL.

It uses postgrex for communicating to the database and manages a connection pool with poolboy.

Features

Options

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

Connection options

Pool options

Storage options

Source