Skip to content

Show HN: LatticeDB – Like SQLite but for graph databases

7.7 relevance
Score Breakdown
technical depth
8
novelty
8
actionability
7
community
8
strategic
6
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

New graph database tool with SQLite-like simplicity, directly relevant to data engineering and open source.

AI/ML github.com
Embedded single-file knowledge graph database with vector search and full-text search for AI/RAG apps - jeffhajewski/latticedb
Summary

LatticeDB is an embedded, single-file property-graph database that unifies graph traversal, HNSW vector similarity search, and BM25 full-text indexing in one query layer. It achieves 0.13 μs node lookups and 0.83 ms vector search at 1M vectors with 100% recall, using a WAL-backed single-writer model for local-first applications. The engine supports Python, TypeScript, and Go bindings, with built-in durable event streams and a graph changefeed sharing the same transaction path as writes.

Author

jeffhajewski