Ecto.Adapters.Postgres

Adapter module for PostgreSQL.

It uses postgrex for communicating to the database and a connection pool, such as poolboy.

Features

Options

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

Compile time options

Those options should be set in the config file and require recompilation in order to make an effect.

Connection options

Pool options

All pools should support the following options and can support other options, see Ecto.Pools.Poolboy.

Storage options

Source

Summary

dump(type, value)

Callback implementation for Ecto.Adapter.dump/2

embed_id()

Callback implementation for Ecto.Adapter.embed_id/1

load(type, value)

Callback implementation for Ecto.Adapter.load/2

Functions

dump(type, value)

Callback implementation for Ecto.Adapter.dump/2.

Source
embed_id()

Callback implementation for Ecto.Adapter.embed_id/1.

Source
load(type, value)

Callback implementation for Ecto.Adapter.load/2.

Source