Directories
¶
| Path | Synopsis |
|---|---|
|
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. |
|
Package cypher provides Cypher query parsing and execution capabilities for gograph.
|
Package cypher provides Cypher query parsing and execution capabilities for gograph. |
|
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. |
|
creators
Package creators provides executors for Cypher data creation clauses.
|
Package creators provides executors for Cypher data creation clauses. |
|
matchers
Package matchers provides executors for Cypher MATCH clauses and pattern matching.
|
Package matchers provides executors for Cypher MATCH clauses and pattern matching. |
|
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. |
|
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 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. |
Click to show internal directories.
Click to hide internal directories.