kglite 0.14.4

Pure-Rust embedded Cypher knowledge graph engine with in-memory, mmap, and disk storage, and agent-facing schema introspection
Documentation
1
2
3
4
5
//! Fluent schema-state operations: `.define_schema`, `.has_schema`,
//! `.clear_schema`, `.lock_schema`, `.unlock_schema`, `.schema_locked`.
//!
//! See [`crate::graph::languages::fluent`] for the layering rationale.
//! Python entry points: `crate::graph::pyapi::kg_fluent`.