@epicdm/flowstate-rxdb-node-client
v1.0.4
Published
RxDB D1 replication client for Node.js services — real-time database event streams
Maintainers
Readme
@epicdm/flowstate-rxdb-node-client
RxDB D1 replication client for Node.js services — real-time database event streams.
A headless Node.js client that connects to a @epicdm/flowstate-rxdb-d1 replication endpoint, maintains a local RxDB instance for server-side services, and exposes real-time change streams so background workers can react to database events as they happen.
Installation
yarn add @epicdm/flowstate-rxdb-node-client
# or
npm install @epicdm/flowstate-rxdb-node-clientUsage
import {} from /* client */ '@epicdm/flowstate-rxdb-node-client'See the package's TypeScript declarations for the full list of exports.
Related packages
@epicdm/flowstate-rxdb-d1— the Cloudflare Worker this client replicates against@epicdm/flowstate-rxdb— shared RxDB schemas and types@epicdm/flowstate-collections— collection definitions
License
Apache-2.0 © Epic Digital Interactive Media LLC
