@aiao/rxdb-plugin-graph
v0.0.20
Published
> Implements: [US-503 图数据插件](../../requirements/stories/plugin/US-503-graph-data.md)
Readme
@aiao/rxdb-plugin-graph
Implements: US-503 图数据插件
RxDB 图数据库插件,提供图数据结构的存储和查询能力。
功能特性
- 图数据结构: 支持节点和边的存储与查询
- 图算法: 支持常用图算法
- SQLite 集成: 基于 SQLite 实现高性能图查询
安装
npm install @aiao/rxdb-plugin-graph @aiao/rxdb
# 或
pnpm add @aiao/rxdb-plugin-graph @aiao/rxdb使用
import { RxDBGraphPlugin } from '@aiao/rxdb-plugin-graph';
// 注册插件
RxDB.plugin(RxDBGraphPlugin);