Expand description
The main database struct and operations.
Start here with GrafeoDB - it’s your handle to everything.
Operations are split across focused submodules:
query- Query execution (execute, execute_cypher, etc.)crud- Node/edge CRUD operationsindex- Property, vector, and text index managementsearch- Vector, text, and hybrid searchembed- Embedding model managementpersistence- Save, load, snapshots, iterationadmin- Stats, introspection, diagnostics, CDC
Structs§
- GrafeoDB
- Your handle to a Grafeo database.
- Query
Result - The result of running a query.
Traits§
- From
Value - Converts a
grafeo_common::types::Valueto a concrete Rust type.