uf-spectra-core 0.1.3

Spectra storage traits, sink, router, registry, and query DTOs
Documentation
1
2
3
4
5
6
7
//! Canonical Spectra storage table and column names shared across backends.

/// Metrics time-series table name.
pub const METRICS_TABLE: &str = "spectra_metrics";

/// Structured event log table name.
pub const EVENTS_TABLE: &str = "spectra_events";