t() :: %Exqlite.Result{ columns: [String.t()] | nil, command: atom(), last_insert_id: any(), num_rows: integer(), rows: [[term()] | term()] | nil }