grafeo-engine 0.1.3

Query engine and database management for Grafeo
Documentation

grafeo-engine

The engine behind Grafeo. You'll find everything here for creating databases, running queries, and managing transactions.

Most users should start with the main grafeo crate, which re-exports the key types. If you're here directly, [GrafeoDB] is your entry point.

Modules

  • [database] - Create and manage databases with [GrafeoDB]
  • [session] - Lightweight handles for concurrent access
  • [config] - Tune memory, threads, and durability settings
  • [transaction] - MVCC transaction management (snapshot isolation)
  • [query] - The full query pipeline: parsing, planning, optimization, execution
  • [catalog] - Schema metadata: labels, property keys, indexes
  • [admin] - Admin API types for inspection, backup, and maintenance