package
0.8.1
Repository: https://github.com/pymjer/cayley.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Execute runs the query in a given language and returns an iterator over the results.
GetLanguage returns a query language description.
Languages returns names of registered query languages.
NewSession creates a new session for specified query language.
RegisterLanguage register a new query language.

# Constants

JSON collates results as maps, arrays and values, that can be encoded to JSON.
JSONLD collates results as maps, arrays and values compatible with JSON-LD spec.
Raw collates results as maps or arrays of graph.Refs or any other query-native or graph-native data type.
REPL collates results as strings which will be used in CLI.

# Variables

No description provided by the author

# Structs

No description provided by the author
Language is a description of query language.
Options for the query execution.

# Interfaces

Iterator for query results.
ResponseWriter is a subset of http.ResponseWriter.
No description provided by the author

# Type aliases

Collation of results.
No description provided by the author