Tursox.Query (tursox v0.2.1)

Copy Markdown View Source

A DBConnection query backed by per-worker native prepared statements.

Summary

Types

command()

@type command() :: :query | :execute

t()

@type t() :: %Tursox.Query{
  command: command(),
  name: String.t(),
  persistent: boolean(),
  ref: reference(),
  statement: String.t()
}