Tags: envis10n/darango
Toggle 0.1.6's commit message
Merge pull request #1 from envis10n/dev
Add min to traversal options.
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.
Toggle 0.1.4's commit message
Last change. Use DocumentData<T> for Graph methods
Toggle 0.1.3's commit message
Change return signature to be ArangoCursor<T>.
ArangoCursor does not automatically retrieve Document objects.
Toggle 0.1.2's commit message
Add Edge and EdgeCollection to mod.ts
Toggle 0.1.1's commit message
Toggle 0.1.0's commit message
Toggle 0.0.4's commit message
Add findOne method to collection.
- findOne is basically an alias for `(await find(filter))[0]`
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.
Toggle 0.0.2's commit message
Update README.
Add JSDoc comments.
Modfiy visibility of some properties.
Remove unused interfaces.
You can’t perform that action at this time.