⚡ 2,397 tests passing · zero dependencies

The single source of truth
for modern applications

A unified database — SQL, vector, graph, full-text search, time-series, key-value — all in one binary. An AI-native platform delivering enterprise-grade scale and performance, hardened by post-quantum cryptography (FIPS 203/204/205), spanning from embedded edge to hyperscale enterprise and LLM workloads.

Pure C11  ·  ~2 MB embedded  ·  ~20 MB full server  ·  Zero external libraries  ·  PostgreSQL wire-compatible

absdb - in-memory
$ ./build/absdb
Absolute DB - type SQL or \help
absdb> CREATE TABLE users (id INTEGER PRIMARY KEY, name TEXT, email TEXT);
absdb> INSERT INTO users VALUES (1, 'Alice', 'alice@acme.com');
absdb> SELECT * FROM users;
1 │ Alice │ alice@acme.com
absdb> -- Vector search
absdb> SELECT * FROM embeddings ORDER BY vec <-> '[0.1,0.2,...,0.9]' LIMIT 10;
10 rows - 0.1 ms
~8 MB
Binary size
0
Dependencies
650K/s
Inserts/sec
0.1ms
Vector top-10
29.2M/s
Live notifications
2,397
Tests passing
Everything included

One binary. Every feature.

Community edition is free forever. No feature flags, no license nags - just the full engine.

🗄️

Full SQL Engine

142 keywords, SQL:2023 conformance, JOINs, CTEs, window functions, CUBE/ROLLUP/GROUPING SETS, prepared statement plan cache (~2 µs cached), stored procedures, triggers, full ACID compliance.

🔍

Vector + AI Search

HNSW index, sub-0.1 ms top-10. Sparse vectors (SPLADE/BM25-sparse, 30K dims). Matryoshka adaptive dims (OpenAI text-embedding-3 compatible). Hybrid BM25 + vector RRF in one query.

🕸️

Graph + openCypher

RELATE, BFS/DFS, shortest path, PageRank. openCypher MATCH/CREATE/RETURN — drop-in Neo4j migration path. 1.3 B traversals/sec.

📝

Full-Text + NL2SQL

BM25/BM25F ranking, trigram similarity (pg_trgm), snippet highlighting. NL2SQL() natural language to SQL — in-database, offline-capable.

Live Queries + Streaming SQL

29.2 M notifications/sec via LISTEN/NOTIFY and WebSocket. CREATE STREAMING VIEW for continuous query processing with sliding windows and watermarks.

🔒

Full ACID Transactions

Snapshot isolation, savepoints, instant crash recovery, advisory locks (Flyway/Liquibase/Alembic compatible), foreign keys with CASCADE/SET NULL/RESTRICT.

🌐

PostgreSQL Compatible

Full PG v3 wire protocol with built-in connection pooler (eliminates PgBouncer). Advisory locks, LISTEN/NOTIFY, psql, psycopg2, JDBC, pgAdmin, DBeaver — zero code changes.

🔧

REST API + Web UI

JSON over HTTP, gRPC/HTTP2, Redis RESP3, GraphQL. 8-panel management console. Query result cache (TTL-based, 256 MB, auto-invalidation).

🚀

Zero Dependencies

Pure C11. No OpenSSL, no Boost, no runtime. LDAP/AD and OAuth2/OIDC (Auth0, Okta, Azure AD) auth built in. Single ~8 MB binary. Starts in <2 seconds.

Benchmarks

Measurably fast. Verifiably real.

All numbers are from make all. Run them yourself - they're embedded in the test suite.

Write Performance

Multi-row INSERT (10K rows) 578K/s
Single-row INSERT (10K rows) 175K/s
Graph RELATE (10K edges) 1.28M/s

Read & Search Performance

Point query (indexed, 10K rows) 2.9 µs
Vector top-10 (HNSW, dim=128) 0.1 ms
In-memory index lookups 9.8M/s
Live notifications (LISTEN/NOTIFY + WebSocket) 29.2M/s

Measured on a standard Linux VM. Source: make all output, embedded in test suites 2–4.

Quick start

Up and running in under 60 seconds

bash - Linux / macOS / WSL
# Download and build
curl -sSL https://downloads.absolutedb.com/install.sh | bash
cd AbsoluteDB
make release                     # Single binary, zero deps

# Interactive CLI
./bin/absdb               # In-memory mode
./bin/absdb mydb.db       # File-backed mode

# Start the server (PostgreSQL wire + REST API)
./bin/absdb-server
# → Listening on :5433 (PG wire) and :8080 (HTTP)

# Connect with psql
psql -h localhost -p 5433 -U $(whoami)
The Power of Four Tiers

Designed so every developer and business can start at zero cost, without ever hitting a ceiling.

Community
$0/month
For individuals, students and open-source projects. No sign-up, no telemetry.
  • Unified Query Core (SQL + Vector + Graph)
  • Data Elasticity: 10 GB
  • Simultaneous Connections: 10
  • PostgreSQL wire protocol
  • REST API + Web console
  • No commercial use
Download Free →
SME Free
$0/month
Free for commercial businesses with annual revenue under USD $1,000,000.
  • Unified Query Core (SQL + Vector + Graph)
  • Data Elasticity: 5 GB
  • Simultaneous Connections: 500
  • Commercial Application ✓
  • PostgreSQL wire protocol
  • REST API + Web console
  • Revenue must stay under $1M/yr
Download Free →
Enterprise
$499/mo per cluster
For mission-critical deployments and regulated industries.
  • Autonomous Clustering (Raft-S Logic)
  • Global Geometry (Geo-Routing / CRDT)
  • Hardware-Level Encryption (KMS / HSM)
  • Hyper-Isolated Multi-Tenancy
  • Petabyte Tiered Storage Architecture
  • C-RAID Distributed Compute Fabric
  • Adaptive Workload Governor
  • Dedicated 24/7 Priority Engineering
Get Enterprise →

Same binary for all tiers - your DM Data Vault licence key activates capabilities. Full comparison →

Ready to use a database that just works?

Download the Community edition free. No sign-up, no telemetry, no nags.