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
Data Integrity & Recovery
Write-Ahead Logging (WAL) ensures changes are logged before being applied.
Crash recovery with automatic WAL replay on startup.
Atomic writes — changes are fully applied or not at all.
Data consistency is guaranteed by WAL.