dbx-core
29x faster than SQLite • Pure Rust • MVCC Transactions • 5-Tier Hybrid Storage
dbx-core is a high-performance embedded database engine built on a 5-Tier Hybrid Storage architecture.
Installation
[]
= "0.0.1-beta"
Quick Start
use Database;
SQL Interface
use Database;
Features
- 5-Tier Hybrid Storage: WOS → L0 → L1 → L2 → Cold Storage
- MVCC Transactions: Snapshot isolation with optimistic concurrency
- SQL Engine: CREATE TABLE, INSERT, SELECT, UPDATE, DELETE
- WAL: Write-Ahead Logging for crash recovery
- Encryption: AES-GCM-SIV and ChaCha20-Poly1305
- Arrow/Parquet: Native columnar format support
Feature Flags
| Flag | Description |
|---|---|
simd |
SIMD-accelerated operations |
gpu |
GPU acceleration via CUDA |
logging |
Enable tracing output |
License
Dual-licensed under:
- MIT License — for open-source projects
- Commercial License — for proprietary/commercial use
See LICENSE for details.
For commercial licensing inquiries, contact: ByteLogicCore