dbx-core 0.1.2-beta

High-performance file-based database engine with 5-Tier Hybrid Storage
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod parquet;
pub mod wos;

// Re-export
pub use config::{EncryptionAlgorithm, EncryptionConfig};
pub use parquet::{EncryptedParquetReader, EncryptedParquetWriter};
pub use wos::EncryptedWosBackend;