Back to browse
DriftDB, a Time Travel DB Written in Rust

DriftDB, a Time Travel DB Written in Rust

by DavidCanHelp·Feb 19, 2026·1 point·0 comments

AI Analysis

●●SolidWizardryBig Brain

Time-travel SQL on append-only storage, but PostgreSQL temporal tables already exist.

Strengths
  • Temporal query syntax (SQL:2011) cleanly separates historical snapshots from mutation logic
  • Append-only + immutable sequences prevent accidental data rewrites in audit-critical systems
  • Comprehensive docs and architecture section show genuine thought on constraints (MVCC, WAL, snapshots)
Weaknesses
  • Status: Alpha — core engine works but higher-level features incomplete; production risk
  • Competes with mature temporal features in PostgreSQL and ClickHouse without clear differentiator
Target Audience

Backend engineers, database architects, teams needing immutable audit trails

Similar To

PostgreSQL (temporal tables) · ClickHouse · Datomic

Similar Projects

Infrastructure●●Solid

Rust Database from Scratch

Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.

Bold BetBig Brain
ayoubnabil
8526d ago
Data●●●Banger

LaminarDB – Streaming SQL database in Rust, zero-alloc hot path

Sub-microsecond streaming SQL via zero-alloc hot path; genuine advancement over SQLite+DataFusion.

WizardryNiche GemSolve My Problem
sujitn
613mo ago
Infrastructure●●Solid

Aion a Rust Database

Unifies SQL, graph, and vector data in one Rust engine, but still in early alpha.

Bold BetNiche Gem
K9987plus
601mo ago
AI/ML●●Solid

PardusDB – SQLite-like vector database in Rust

Using a single-file .pardus format with CREATE/INSERT/SELECT + SIMILARITY queries gives a very familiar developer UX for embedding storage. The combination of graph-based ANN, full transactions, thread-safety, and zero external dependencies is an uncommon and useful engineering combo for local-first AI work; it would win more attention with benchmark comparisons and richer ecosystem integrations (connectors/clients).

Niche GemWizardry
JasonHEIN
204mo ago