pkg/

directory
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: MIT

Directories

Path Synopsis
api
Package api provides the public database API for gograph, a graph database engine.
Package api provides the public database API for gograph, a graph database engine.
format
Package format provides result formatters for gograph query output.
Package format provides result formatters for gograph query output.
Package cypher provides Cypher query parsing and execution for gograph.
Package cypher provides Cypher query parsing and execution for gograph.
ast
Package ast defines the Abstract Syntax Tree (AST) nodes for Cypher queries.
Package ast defines the Abstract Syntax Tree (AST) nodes for Cypher queries.
context
Package context provides parsing context management for the Cypher query parser.
Package context provides parsing context management for the Cypher query parser.
creators
Package creators provides functionality for creating nodes and relationships in the graph database.
Package creators provides functionality for creating nodes and relationships in the graph database.
lexer
Package lexer provides lexical analysis for Cypher query strings.
Package lexer provides lexical analysis for Cypher query strings.
matchers
Package matchers provides pattern matching functionality for Cypher queries.
Package matchers provides pattern matching functionality for Cypher queries.
modifiers
Package modifiers provides functionality for modifying nodes and relationships in the graph database.
Package modifiers provides functionality for modifying nodes and relationships in the graph database.
utils
Package utils provides utility functions for the Cypher query engine.
Package utils provides utility functions for the Cypher query engine.
visitor
Package visitor provides AST visitor implementations for validating and inspecting Cypher query syntax trees.
Package visitor provides AST visitor implementations for validating and inspecting Cypher query syntax trees.
Package graph provides core data structures and interfaces for the gograph database.
Package graph provides core data structures and interfaces for the gograph database.
Package kv defines the key-value storage abstraction for gograph.
Package kv defines the key-value storage abstraction for gograph.
Package storage provides the底层 storage layer for gograph using Pebble as the underlying key-value store.
Package storage provides the底层 storage layer for gograph using Pebble as the underlying key-value store.
Package tx provides transaction management for gograph's storage layer.
Package tx provides transaction management for gograph's storage layer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL