A DBConnection query backed by per-worker native prepared statements.
@type command() :: :query | :execute
@type t() :: %Tursox.Query{ command: command(), name: String.t(), persistent: boolean(), ref: reference(), statement: String.t() }