Directories
¶
| Path | Synopsis |
|---|---|
|
Package binding provides CGO bindings for GoGraph, enabling cross-language integration.
|
Package binding provides CGO bindings for GoGraph, enabling cross-language integration. |
|
cmd
command
Package main provides the entry point for c-archive build.
|
Package main provides the entry point for c-archive build. |
|
cmd
|
|
|
gograph
command
|
|
|
pkg
|
|
|
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. |
|
api/format
Package format provides result formatters for gograph query output.
|
Package format provides result formatters for gograph query output. |
|
cypher
Package cypher provides Cypher query parsing and execution for gograph.
|
Package cypher provides Cypher query parsing and execution for gograph. |
|
cypher/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. |
|
cypher/context
Package context provides parsing context management for the Cypher query parser.
|
Package context provides parsing context management for the Cypher query parser. |
|
cypher/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. |
|
cypher/lexer
Package lexer provides lexical analysis for Cypher query strings.
|
Package lexer provides lexical analysis for Cypher query strings. |
|
cypher/matchers
Package matchers provides pattern matching functionality for Cypher queries.
|
Package matchers provides pattern matching functionality for Cypher queries. |
|
cypher/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. |
|
cypher/utils
Package utils provides utility functions for the Cypher query engine.
|
Package utils provides utility functions for the Cypher query engine. |
|
cypher/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. |
|
graph
Package graph provides core data structures and interfaces for the gograph database.
|
Package graph provides core data structures and interfaces for the gograph database. |
|
kv
Package kv defines the key-value storage abstraction for gograph.
|
Package kv defines the key-value storage abstraction for gograph. |
|
storage
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. |
|
tx
Package tx provides transaction management for gograph's storage layer.
|
Package tx provides transaction management for gograph's storage layer. |
Click to show internal directories.
Click to hide internal directories.