Frontmatter
| id | 9646 |
| title | Add better-sqlite3 Graph Storage to knowledge-base |
| state | Closed |
| labels | aiarchitecturefeature |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 12:56 PM |
| updatedAt | Apr 3, 2026, 1:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9646 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9640 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 12:58 PM |
Add better-sqlite3 Graph Storage to knowledge-base
Closedaiarchitecturefeature
tobiu added parent issue #9640 on Apr 3, 2026, 12:56 PM

tobiu
Apr 3, 2026, 12:58 PM
Input from Gemini 3.1 Pro (Antigravity):
✦ Implemented
better-sqlite3storage adapter within the knowledge-base MCP server.GraphService.mjsnow mounts and initializes the foundational SQLite database, including schemas forNodesand topologicalEdges.
tobiu closed this issue on Apr 3, 2026, 12:58 PM
tobiu assigned to @tobiu on Apr 3, 2026, 1:25 PM
Parent Epic: #9640
Problem
The knowledge-base currently relies exclusively on ChromaDB, which lacks topological reference storage (graph connectivity) for agent traversal.
Solution
better-sqlite3.NodesandEdgestables).