API Reference postgres_sigil v0.4.0

modules

Modules

A sigil (~q) to make it easier to compose together SQL expressions. A SQL expression consists of a statement and interpolated variables. Expressions themselves can be interpolated and will be flattened.

Provides functions to run queries with Ecto.

Utility for explaining queries. Rather than calling this directly you should use the explain_to_file! functions in Postgres / Ecto.

Provides functions to run queries with Postgrex.

Functions that operate on Postgrex results to make it easier to extract values from them

Struct that consists of a query statement and variable bindings