PostgresSigil.Sql (postgres_sigil v0.4.0)

Struct that consists of a query statement and variable bindings

Link to this section Summary

Link to this section Types

@type t() :: %PostgresSigil.Sql{
  bindings: [any()],
  statement: (non_neg_integer() -> binary())
}