Postgrex v0.8.1
Modules summary ↑
| Postgrex.Connection | Main API for Postgrex. This module handles the connection to postgres |
| Postgrex.Date | Struct for Postgres date |
| Postgrex.ErrorCode | |
| Postgrex.Extension | Am extension knows how to encode and decode Postgres types to and from Elixir values |
| 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 |