DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

HexxlaDB


HexxlaDB is an embedded DBMS that provides persistent, structured storage with spatial locality, contradiction tracking, and temporal validity. It organizes data on a hexagonal coordinate grid, enabling bounded-radius retrieval and neighborhood-based access. The system supports MVCC, provenance tracking, confidence scoring, and stores contradictions as seams rather than overwriting records. It includes an integrated HNSW index for vector similarity search. Primary use cases include long-term memory and context assembly for LLMs and agents, scientific research collaboration, and spatial algorithm implementations.

Source Code
https://github.com/hexxla/hexxladb[02]
Start Year
2026 [04]
Coding Agent
Project Types
Hobby, Open Source
Written in
Go
Operating Systems
Linux, macOS, Windows
License
MIT License

Database Entry

HexxlaDB


HexxlaDB is an embedded DBMS that provides persistent, structured storage with spatial locality, contradiction tracking, and temporal validity. It organizes data on a hexagonal coordinate grid, enabling bounded-radius retrieval and neighborhood-based access. The system supports MVCC, provenance tracking, confidence scoring, and stores contradictions as seams rather than overwriting records. It includes an integrated HNSW index for vector similarity search. Primary use cases include long-term memory and context assembly for LLMs and agents, scientific research collaboration, and spatial algorithm implementations.

Concurrency Control


Data Model


Indexes


Query Interface


Storage Architecture


System Architecture


Revision #3