Boltx.Queries (Boltx v0.0.4)
This module defines a structure to represent Boltx queries.
It consists of a statement and additional data (extra). The extra configuration applies to all queries.
Summary
Types
@type t() :: %Boltx.Queries{extra: Boltx.Query.extra(), statement: String.t()}