Rust Database from Scratch
Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.
A rust native, standalone and self-managed vector database uses HNSW data structure for fast queries and search.
Self-managed vector DB in Rust with <5ms queries; Pinecone/Weaviate already own this space.
Backend engineers, ML/AI researchers, developers needing self-managed vector search without vendor lock-in
Qdrant · Weaviate · Pinecone
Unified SQL, graph, and vector engine when Neon and pgvector already split these concerns.
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.
Single-binary Rust DB fusing HNSW and BM25 without cloud dependencies or API keys.
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).