| Crates.io | aurora |
| lib.rs | aurora |
| version | 0.0.5 |
| created_at | 2019-04-09 12:24:41.631199+00 |
| updated_at | 2025-11-16 16:24:01.923436+00 |
| description | A lightweight and extensible data storage library in Rust. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 126820 |
| size | 36,900 |
A high-performance in-memory database with built-in role management for Rust applications.
⚠️ This crate is in early development.
Add Aurora to your Cargo.toml:
[dependencies]
aurora = "*"
Phase 1: Persistence Layer
Phase 2: Advanced Query & Indexing
Phase 3: Graph Database Integration
Phase 4: Data Warehouse Features
Phase 5: Distributed & Scalability
Phase 6: Integration
Aurora includes several examples to help you get started:
Run any example with:
cargo run --example basic_usage
This project is licensed under the MIT License.