Expand description
WebAssembly bindings for RuVector Graph Database
This module provides high-performance browser bindings for a Neo4j-inspired graph database built on RuVector’s hypergraph infrastructure.
Features:
- Node and edge CRUD operations
- Hyperedge support for n-ary relationships
- Basic Cypher query support
- Web Workers support for parallel operations
- Async query execution with streaming results
- IndexedDB persistence (planned)
Modules§
- async_
ops - Async operations for graph database using wasm-bindgen-futures
- types
- JavaScript-friendly type conversions for graph database
Structs§
- GraphDB
- Main GraphDB class for browser usage