Skip to content

0.1.3

Compare
Choose a tag to compare
@envis10n envis10n released this 23 Mar 02:32
· 4 commits to main since this release

Added basic Graph support.

This adds a Graph class with methods for traversal and shortestPath. These return an ArangoCursor which will complete the query.

These methods are just helpers that use a general AQL query behind the scenes.

Full Changelog: 0.1.2...0.1.3