Skip to content

Tags: envis10n/darango

Tags

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from envis10n/dev

Add min to traversal options.

0.1.5

Toggle 0.1.5's commit message
Add some more methods for graph handling:

Add createGraph() method.
Add listGraphs() method.
Add method for obtaining vertex collections from a graph.

0.1.4

Toggle 0.1.4's commit message
Last change. Use DocumentData<T> for Graph methods

0.1.3

Toggle 0.1.3's commit message
Change return signature to be ArangoCursor<T>.

ArangoCursor does not automatically retrieve Document objects.

0.1.2

Toggle 0.1.2's commit message
Add Edge and EdgeCollection to mod.ts

0.1.1

Toggle 0.1.1's commit message
Clean up collection.ts

0.1.0

Toggle 0.1.0's commit message
Update axiod to 0.24

0.0.4

Toggle 0.0.4's commit message
Add findOne method to collection.

  - findOne is basically an alias for `(await find(filter))[0]`

0.0.3

Toggle 0.0.3's commit message
Re-organize module layout.

Move arango class to its own file.
Change mod.ts to simply re-export.

0.0.2

Toggle 0.0.2's commit message
Update README.

Add JSDoc comments.
Modfiy visibility of some properties.
Remove unused interfaces.