{"library":"cypherdotjs","type":"library","category":null,"description":"Cypher.js is a lightweight, in-memory graph database and partial implementation of the Cypher query language, written in JavaScript for Node.js (v1.0.10). It allows executing Cypher queries via a CLI tool (processing .cql files or interactive shell) or programmatically as a library. Key differentiators: pure JavaScript, no external dependencies, simple callback-based API. However, it is not a full Cypher implementation and lacks transaction support, indexing, and production-grade persistence. Suitable for prototyping or small-scale projects where a full Neo4j instance is overkill.","language":"javascript","status":"active","version":"1.0.10","tags":["javascript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install cypherdotjs","imports":["const Cypher = require('cypherdotjs');","const cypher = new Cypher(); cypher.execute(query, onSuccess, onError);","const cypherModule = require('cypherdotjs'); const cypher = new cypherModule();"]},{"cmd":"yarn add cypherdotjs","imports":[]},{"cmd":"pnpm add cypherdotjs","imports":[]}],"homepage":"https://github.com/niclasko/Cypher.js#readme","github":"https://github.com/niclasko/Cypher.js","docs":null,"changelog":null,"pypi":null,"npm":"cypherdotjs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}