my_arangoex v0.1.0 MyArangoex.Cursor

ArangoDB Cursor methods

Summary

Functions

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