Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 909 Bytes

File metadata and controls

23 lines (15 loc) · 909 Bytes

hoodie-plugin-wareplication

Build Status Dependency Status devDependency Status

NPM

This plugin centralize per user Db into a central DB (default name: target). Each entry in _users is scanned and a replication document is created in _replicator if needed.

Usage

In frontend application:

hoodie.wareplication.apply({
    target: "mycentraldb"
});

License: ISC