ArcaneDB uses binary hash storage for fast queries, inserts, and updates. Minimal fsync overhead.
Arcane offers a minimal, intuitive query language (AQL), which allows for writing complex queries in a concise and readable way.
With WAL, ACID compliance and extensive durability features, Arcane can be relied upon for production systems.
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
ArcaneDB is available on GitHub. Download, build, and start querying in minutes.
Download ArcaneDB