Skip to content

HaruDB

Modern, crash-safe, SQL-like database built from scratch in Go.

HaruDB is a modern, fully custom database built from scratch in Go, inspired by PostgreSQL and SQLite. It provides a TCP-based client–server architecture, an interactive REPL, Write-Ahead Logging (WAL) for crash recovery, ACID transactions, indexes for fast queries, and persistent JSON-backed storage.

Get Started

Follow the Quick Start to run the server and connect.