Turso.Query (ex_turso v0.5.0)

Copy Markdown View Source

A prepared SQL statement passed through the DBConnection machinery.

command selects which NIF runs the statement:

Summary

Types

command()

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

t()

@type t() :: %Turso.Query{command: command(), name: String.t(), statement: String.t()}