Rust Database from Scratch
Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.

Time-travel SQL on append-only storage, but PostgreSQL temporal tables already exist.
Backend engineers, database architects, teams needing immutable audit trails
PostgreSQL (temporal tables) · ClickHouse · Datomic
Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.
Sub-microsecond streaming SQL via zero-alloc hot path; genuine advancement over SQLite+DataFusion.
Unifies SQL, graph, and vector data in one Rust engine, but still in early alpha.
Rust-built Postgres wire server with native graph and vector support.
Six data models in one binary, but no proof of production use or comparison benchmarks.
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).