Decision Workspace
sqlite-graphrag vs neurographrag vs uniko-store
Side-by-side comparison of Rust crates
52
sqlite-graphrag
experimentalv1.1.6
Persistent GraphRAG memory for Claude Code, Codex, Cursor, and 27 AI agents — one self-contained ~19 MiB Rust binary, zero daemon. Never re-explain your codebase again. Hybrid retrieval (FTS5 BM25 + cosine similarity + multi-hop graph traversal) surfaces the right memory in milliseconds. Embedding and entity enrichment run as parallel REST calls against your cloud LLM — no fragile headless subprocesses, no ONNX runtime, no model downloads. Soft-delete with full version history, transactional atomic writes, BLAKE3-tracked mutations. OAuth-only: raw API keys ABORT the spawn.
51
neurographrag
experimentalv2.3.0
Local GraphRAG memory for LLMs in a single SQLite file
54
uniko-store
experimentalv0.1.1
Layer 1: Graph storage, search, and Locy runtime for uniko
Core Metrics
| sqlite-graphrag | neurographrag | uniko-store | |
|---|---|---|---|
| Health Score | 52 | 51 | 54 |
| Total Downloads | 1.7K | 168 | 84 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 8 |
| Releases | 97 | 11 | 2 |
| Last Updated | 1d ago | 85d ago | 5d ago |
| Age | 2m | 2m | 6d |
Health Breakdown
sqlite-graphrag
Maintenance
14
Quality
13
Community
6
Popularity
4
Documentation
15
neurographrag
Maintenance
14
Quality
13
Community
6
Popularity
3
Documentation
15
uniko-store
Maintenance
14
Quality
14
Community
9
Popularity
2
Documentation
15
Technical Details
| sqlite-graphrag | neurographrag | uniko-store | |
|---|---|---|---|
| Version | 1.1.6 | 2.3.0 | 0.1.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 |
| Dependencies | 62 | 40 | 15 |
| Crate Size | 1.9MB | 346KB | 259KB |
| Features | 3 | 1 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.88 | 1.88 | 1.91 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •uniko-store leads with a health score of 54/100, but none of the options score above 80.
- •sqlite-graphrag has the most downloads (1.7K), suggesting wider adoption.
- •uniko-store is pre-1.0 — API may change.