Skip to content
HaruDB Docs
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Getting Started
Overview
Quick Start
Installation
Core Features
SQL Operations
Indexes & Optimization
Transactions & ACID
Data Integrity & Recovery
Examples
Real-world Examples
Security & Management
Authentication & Users
Backup & Restore
Data Storage & Encryption
Deployment
Docker
Connect
Architecture
WAL
Storage Engine
SQL Parser
Support
Troubleshooting
Roadmap
About
Vision
Contributing
Author
Disclaimer
GitHub
Select theme
Dark
Light
Auto
Storage Engine
Memory-first operations with disk persistence.
Human-readable table files (.harudb format).
Temp file + rename for atomicity.
fsync ensures data hits disk.