//! NornicDB vector database backend.
//!
//! Implements [`VectorDatabase`] by delegating to a [`NornicTransport`]
//! (REST, Bolt, or gRPC). NornicDB-specific extensions such as cognitive
//! memory tiers, graph relationships, and raw Cypher access are exposed as
//! inherent methods on [`NornicDatabase`].
// ── Re-exports ───────────────────────────────────────────────────────────
pub use NornicDatabase;
pub use ;