garbados / comdb

A PouchDB plugin that transparently encrypts and decrypts its data.
61 stars 4 forks source link

feat: add 'comdb: false' to replication #9

Closed garbados closed 3 years ago

garbados commented 3 years ago

Allows normal replication between databases. Useful when you want to pull documents into the decrypted database from another decrypted source.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 34


Totals Coverage Status
Change from base Build 32: 0.1%
Covered Lines: 128
Relevant Lines: 134

💛 - Coveralls
dheimoz commented 3 years ago

Hello @garbados I am guessing that this new feat is needed for my use case, am I right?