Postgrex v0.9.1

Modules summary

Postgrex

PostgreSQL driver for Elixir

Postgrex.Connection

Main API for Postgrex. This module handles the connection to postgres

Postgrex.Date

Struct for Postgres date

Postgrex.ErrorCode
Postgrex.Extension

An extension knows how to encode and decode Postgres types to and from Elixir values

Postgrex.Extensions.JSON

An extension that supports the json and jsonb types

Postgrex.Extensions.Text
Postgrex.Interval

Struct for Postgres interval

Postgrex.Range

Struct for Postgres range

Postgrex.Result

Result struct returned from any successful query. Its fields are:

Postgrex.Time

Struct for Postgres time

Postgrex.Timestamp

Struct for Postgres timestamp

Postgrex.TypeInfo

The information about a type that is provided to the custom encoder/decoder functions. See http://www.postgresql.org/docs/9.4/static/catalog-pg-type.html for clarifications of the fields

Postgrex.Types

Encodes and decodes between Postgres’ protocol and Elixir values

Exceptions summary

Postgrex.Error