This module defines an AyeSQL query.
Query arguments.
Query statement.
A query type.
A query struct.
Creates a new query given some options.
options
@type arguments() :: [term()]
@type statement() :: binary()
@type t() :: %AyeSQL.Query{ arguments: arguments :: arguments(), statement: statement :: statement() }
@spec new(keyword()) :: t() | no_return()