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