nova-boot-graphdb
Purpose
- Graph database plugin with adapters for Neo4j/SurrealDB and query helpers for traversals.
Quick start
use NovaGraphDb;
let graph = in_memory;
new.add_plugin.run.await;
Highlights
- Query builders and graph-to-JSON helpers.
- In-memory adapter for local testing.
Docs & examples
- See
crates/plugins/nova-boot-graphdb/srcfor API and examples.