@epicdm/flowstate-db-replication
v1.0.7
Published
Database replication and synchronization package for Epic Flow applications
Maintainers
Readme
@epicdm/flowstate-db-replication
Database replication and synchronization primitives for Epic Flow applications.
Built on top of RxDB and rxdb-server, this package provides the building blocks for real-time, offline-capable synchronization between client RxDB databases and the server — including replication state monitoring, conflict handling, and reactive observables for UI integration.
Installation
yarn add @epicdm/flowstate-db-replication
# or
npm install @epicdm/flowstate-db-replicationPeer dependencies: react and react-dom (for the reactive hooks/components).
Usage
import {} from /* replication primitives */ '@epicdm/flowstate-db-replication'See the package's TypeScript declarations for the full list of exports.
License
Apache-2.0 © Epic Digital Interactive Media LLC
