Crate ruvector_graph_wasm

Crate ruvector_graph_wasm 

Source
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

Functions§

init
Initialize panic hook for better error messages
version
Get version information