rxdb-plugin-graph
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);
Modules
| Module | Description |
|---|---|
| rxdb-plugin-graph | - |
| sqlite | - |