@ri-engine/rie-graph-store-sqlite
v0.2.0
Published
SQLite-backed graph store for the Repository Intelligence Engine
Maintainers
Readme
@ri-engine/rie-graph-store-sqlite
The default GraphStore (ADR-007): SQLite via better-sqlite3, implementing the
physical schema in docs/05-KnowledgeGraph/GraphSchema.md — hybrid columns + JSON
props, FTS5 name search, bounded BFS traversal, transactional applyDelta, and a
schema-version stamp checked on open (incompatible on-disk schema → rebuild, since
the graph is derived data). Depends only on @ri-engine/rie-contracts; composed at the edge
(apps/cli).
Beyond the GraphStore contract it exports stats() (counts by label/type + top
hubs) for rie graph stats.
