View Source Spannex.Query (spannex v0.5.0)
Handles parsing and preparing queries for use by the Spanner database connection protocol.
Summary
Types
@type t() :: %Spannex.Query{params: Map.t(), statement: String.t()}
Handles parsing and preparing queries for use by the Spanner database connection protocol.
@type t() :: %Spannex.Query{params: Map.t(), statement: String.t()}