aletheiadb 0.1.0

A high-performance bi-temporal graph database for LLM integration
Documentation
1
2
3
4
5
6
7
//! Query Result Types for Version and History Queries
//!
//! This module provides structured types for returning historical data,
//! version information, and version diffs to users.

// Re-export types from core::history to preserve public API
pub use crate::core::history::{EntityHistory, VersionDiff, VersionInfo, VersionSummary};