Back to browse
GitHub Repository

GalaxDB is designed for AI and ML workloads that need more than a traditional database. Instead of stitching together a relational database, a vector store, an embedding API, and a training pipeline, GalaxDB provides all of these capabilities in one binary with a single SQL interface.

8 starsRust

GalaxDB – an open-source AI-native database(OLTP+vector+versioning)

by galaxdb·Jun 28, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainShip It

Postgres wire protocol plus auto-embeddings in a 7.9 MB single binary.

Strengths
  • PostgreSQL wire protocol means existing psycopg2 and SQLAlchemy code works unchanged.
  • Embedded mode like SQLite—no server required for local development and testing.
  • Training dataset exports to Lance format with zero-copy PyTorch integration.
Weaknesses
  • Only 8 GitHub stars and 0 forks signals very early adoption and unproven stability.
  • pgvector already adds vector search to Postgres without requiring a database migration.
Category
Target Audience

ML engineers, backend developers building AI applications

Similar To

pgvector · Supabase · Chroma

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
851mo 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