jammi-db 0.32.0

Vector database, SQL federation, mutable companion tables, and trigger broker for Jammi AI
Documentation
1
2
3
4
5
//! SQL identifier helpers shared by the read-path query builders.

pub mod ident;

pub use ident::{quote_ident, quote_relation, source_relation};