Skip to main content

Module database

Module database 

Source
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 operations
  • index - Property, vector, and text index management
  • search - Vector, text, and hybrid search
  • embed - Embedding model management
  • persistence - Save, load, snapshots, iteration
  • admin - Stats, introspection, diagnostics, CDC

Structs§

GrafeoDB
Your handle to a Grafeo database.
QueryResult
The result of running a query.

Traits§

FromValue
Converts a grafeo_common::types::Value to a concrete Rust type.