Rust Database from Scratch
Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.
PostgreSQL-compatible SQL, graph, and vector database built from scratch in Rust.
Postgres wire protocol in Rust with vector and graph in one engine.
Backend developers building AI apps needing vector and graph queries
Neon · Chroma · pgvector
Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.
Rust-built Postgres wire server with native graph and vector support.
Unifies SQL, graph, and vector data in one Rust engine, but still in early alpha.
Replaces PostgreSQL + Redis + Neo4j + ClickHouse with one Rust binary.
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).
Replaces the pgvector plus AGE plus model server stack with a single binary and query.