heliosdb-nano 3.30.0

PostgreSQL-compatible embedded database with TDE + ZKE encryption, HNSW vector search, Product Quantization, git-like branching, time-travel queries, materialized views, row-level security, and 50+ enterprise features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Handler implementations for API endpoints

pub mod branch_handler;
pub mod query_handler;
pub mod data_handler;
pub mod vector_handler;
pub mod agent_handler;
pub mod document_handler;
pub mod chat_handler;
pub mod schema_handler;
pub mod nl_query_handler;
pub mod cancellation_handler;
pub mod rest_handler;
pub mod auth_handler;
pub mod oauth_handler;
pub mod ws_handler;