heliosdb-nano 3.22.3

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
//! CLI module for HeliosDB-Lite commands

pub mod dump;
pub mod restore;
pub mod import_export;

pub use dump::DumpCommand;
pub use restore::RestoreCommand;