Arango v0.0.1 Arangoex.Cursor

ArangoDB Cursor methods

Summary

Functions

cursor_create(endpoint, cursor)
cursor_create(Arangoex.Endpoint.t, Arangoex.Cursor.Cursor.t) :: Arangoex.ok_error(map)
cursor_delete(endpoint, cursor_id)
cursor_delete(Arangoex.Endpoint.t, Arangoex.Cursor.Cursor.t) :: Arangoex.ok_error(map)
cursor_next(endpoint, cursor_id)
cursor_next(Arangoex.Endpoint.t, Arangoex.Cursor.Cursor.t) :: Arangoex.ok_error(map)