Expand description
Node.js bindings for RuVector Graph Database via NAPI-RS
High-performance native graph database with Cypher-like query support, hypergraph capabilities, async/await support, and zero-copy buffer sharing.
Structs§
- Graph
Database - Graph database for complex relationship queries
- Hyperedge
Stream - Streaming hyperedge result iterator
- JsBatch
Insert - Batch insert data
- JsBatch
Result - Batch insert result
- JsEdge
- Edge between two nodes
- JsEdge
Result - Edge result from query
- JsGraph
Options - Graph database configuration options
- JsGraph
Stats - Graph statistics
- JsHyperedge
- Hyperedge connecting multiple nodes
- JsHyperedge
Query - Query for searching hyperedges
- JsHyperedge
Result - Hyperedge search result
- JsNode
- Node in the graph
- JsNode
Result - Node result from query (without embedding)
- JsQuery
Result - Query result
- JsTemporal
Hyperedge - Temporal hyperedge
- Node
Stream - Node stream iterator
- Query
Result Stream - Streaming query result iterator
- Transaction
- Transaction metadata
- Transaction
Manager - Transaction manager
Enums§
- JsDistance
Metric - Distance metric for similarity calculation
- JsTemporal
Granularity - Temporal granularity
- Transaction
State - Transaction state