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;