SqliteEngine.Result (SqliteEngine v0.1.1)

Copy Markdown View Source

The database results.

Summary

Types

t()

@type t() :: %SqliteEngine.Result{
  columns: [String.t()] | nil,
  command: atom(),
  num_rows: integer(),
  rows: [[term()] | term()] | nil
}

Functions

new(options)