ArcaneDB

DBMS for the modern age.

Capabilities

Features

High Performance

ArcaneDB uses binary hash storage for fast queries, inserts, and updates. Minimal fsync overhead.

Arcane Query Language

Arcane offers a minimal, intuitive query language (AQL), which allows for writing complex queries in a concise and readable way.

Durable and Reliable

With WAL, ACID compliance and extensive durability features, Arcane can be relied upon for production systems.

AQL

Example Script

example.aql
1create bucket Names (first_name: string, last_name: string)
2insert into Names ("Alice", "Cooper")
3insert into Names (first_name: "Bob", last_name: "Marley")
4get * from Names
Open Source

Getting started

ArcaneDB is available on GitHub. Download, build, and start querying in minutes.

Download ArcaneDB