View Source API Reference Postgrex v0.17.5

Modules

PostgreSQL driver for Elixir.

Struct for PostgreSQL box.

Struct for PostgreSQL circle.

The default module used to encode/decode PostgreSQL types.

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

Struct for PostgreSQL inet / cidr.

Struct for PostgreSQL interval.

Struct for PostgreSQL lexeme.

Struct for PostgreSQL line.

Struct for PostgreSQL lseg.

Struct for PostgreSQL macaddr.

Struct for PostgreSQL multirange.

API for notifications (pub/sub) in PostgreSQL.

Struct for PostgreSQL path.

Struct for PostgreSQL point.

Struct for PostgreSQL polygon.

Query struct returned from a successfully prepared query.

Struct for PostgreSQL range.

A process that receives and sends PostgreSQL replication messages.

Result struct returned from any successful query. Its fields are

A generic connection suitable for simple queries and pubsub functionality.

Stream struct returned from stream commands.

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.

Encodes and decodes between PostgreSQL protocol and Elixir values.