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]
- Project Types
- Hobby, Open Source
- Written in
- Go
- License
- MIT License
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.
Citations
5 sources- HexxlaDB - HexxlaDB mintlify.app
- GitHub - hexxla/hexxladb: A hex-native embedded database for Go. Morton keys, native ring scans, seams (contradictions), MVCC, provenance, and optional HNSW embeddings. Built from scratch for lattice-addressed memory. · GitHub github.com
- https://hexxladb.mintlify.app/api/ mintlify.app
- https://github.com/hexxla/hexxladb/commit/ae4159172e5db36346d016fdc77730aefbaf8d61 github.com
- https://github.com/hexxla/hexxladb/commit/f028bcb08da0b3e6df50f8d8bdf2a21e3c89018b github.com