LibSqlEx.Result (LibSqlEx v0.1.1)
View SourceSummary
Types
@type command_type() :: :select | :insert | :update | :delete | :other
@type t() :: %LibSqlEx.Result{ columns: [String.t()] | nil, command: command_type(), num_rows: non_neg_integer(), rows: [[term()]] | nil }