Documentation

AionDB is a PostgreSQL-wire database engine that keeps relational tables, graph labels, and vector search in one local system. These pages focus on using and evaluating the product. Implementation notes live separately.

Crate-by-crate implementation notes live in Advanced Specification. They are useful for contributors, but they are not the recommended starting point for users evaluating the database.

Choose a path

GoalStart here
Install or run AionDB for the first timeInstallation, Getting Started, then Tutorial
Understand the modelCore Concepts, then Architecture
Test SQL behaviorSQL, SQL Statements, Data Types
Test graph/vector featuresGraph and Vector, Graph Reference, Vector Reference
Connect an appInterfaces, Client Drivers, PostgreSQL Compatibility, Ecosystem Integrations
Evaluate seriouslyEvaluation Checklist, Product Hardening Plan, Limitations, Benchmarks

Status model

AionDB v0.1 is an alpha. The documentation uses conservative language on purpose:

If a page sounds too broad, prefer the narrower interpretation and validate with a small script.

Start

Learn

Build

Manage

Evaluate

Project

Reading order for reviewers

For a fast technical review, read:

  1. Core Concepts
  2. Tradeoffs
  3. Limitations
  4. PostgreSQL Compatibility
  5. Benchmarks

That path answers the main credibility questions before going deep into reference pages.