Back to browse
GitHub Repository

PostgreSQL-compatible SQL, graph, and vector database built from scratch in Rust.

45 starsRust

AionDbB

by K9987plus·May 31, 2026·4 points·1 comment

AI Analysis

●●SolidWizardryBold Bet

Postgres wire protocol in Rust with vector and graph in one engine.

Strengths
  • Wire-protocol compatibility means zero code changes for existing Postgres clients
  • Custom storage engine with HNSW and IVF indexes built from scratch
  • Graph queries run over the same tables as vector and relational data
Weaknesses
  • Alpha software with BSL license limits production adoption
  • Competing against well-funded Neon, Chroma, and pgvector combinations
Target Audience

Backend developers building AI apps needing vector and graph queries

Similar To

Neon · Chroma · pgvector

Post Description

A rust multimodal database

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
8523d 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
6029d 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