Package Exports
- @grafeo-db/js
- @grafeo-db/js/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@grafeo-db/js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@grafeo-db/js
Node.js/TypeScript bindings for Grafeo - a high-performance, pure-Rust, embeddable graph database.
Status
Pre-alpha - The Node.js bindings are under development.
For production use, please use the Python bindings which are fully functional.
Installation
npm install @grafeo-db/jsPlanned Features
- Native Node.js bindings via napi-rs
- Full TypeScript type definitions
- Support for GQL, Cypher, SPARQL, and GraphQL query languages
- Zero-copy data transfer where possible
- Async/await API