Embedded FalkorDB for Node.js/TypeScript, version 0.2.0. Spins up a local redis-server with the FalkorDB module over a Unix socket — zero-config, no system dependencies. Ships TypeScript types, requires Node >=20, and depends on falkordb ^6.0.0 as a peer for the Graph client API. Differentiators: automatic binary download per platform, seamless migration to remote FalkorDB by changing import, and advanced exports for custom embedding.
npm install falkordbliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an embedded FalkorDB instance, runs a Cypher query, and closes cleanly.
Upgrade Node.js to version 20 or higher.
Update to 0.2.0 or ensure socket path is within limits.
Ensure network access or provide custom binary paths via options.
Update to 0.2.0 or later.
Run 'npm install falkordb' alongside falkordblite.
Use: import { FalkorDB } from 'falkordblite'Install the missing package: npm install falkordb
Increase timeout option or check binary download logs.
Upgrade Node.js to version 20 or higher.