weftgraph 0.1.0

Graph Storage gear: typed, multi-tenant knowledge graph with search and traversal over a pluggable store
Documentation
1
2
3
4
5
6
7
8
9
10
//! `SeaORM` entities, one file per table (DESIGN ยง 3.7).

pub mod edge;
pub mod embedding_space;
pub mod graph_meta;
pub mod gts_type;
pub mod ingest_idempotency;
pub mod node;
pub mod scope_registry;
pub mod source_namespace_owner;