Directories
¶
| Path | Synopsis |
|---|---|
|
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. |
|
cypher
Package cypher provides Cypher query parsing and execution capabilities for gograph.
|
Package cypher provides Cypher query parsing and execution capabilities for gograph. |
|
cypher/ast
Package ast defines the abstract syntax tree (AST) representation for Cypher queries.
|
Package ast defines the abstract syntax tree (AST) representation for Cypher queries. |
|
cypher/creators
Package creators provides executors for Cypher data creation clauses.
|
Package creators provides executors for Cypher data creation clauses. |
|
cypher/matchers
Package matchers provides executors for Cypher MATCH clauses and pattern matching.
|
Package matchers provides executors for Cypher MATCH clauses and pattern matching. |
|
cypher/modifiers
Package modifiers provides executors for Cypher data modification clauses including SET, DELETE, and REMOVE operations.
|
Package modifiers provides executors for Cypher data modification clauses including SET, DELETE, and REMOVE operations. |
|
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. |
|
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.