ssbc / jitdb

A database on top of a log with automatic index generation and maintenance
50 stars 7 forks source link

Document live() operator #239

Open Powersource opened 1 year ago

Powersource commented 1 year ago

The readme mentions this live https://github.com/ssbc/jitdb#liveoperation-cb but that one doesn't seem to be the one we use in code sometimes like

          ssb.db.query(
            where(and(isDecrypted('box2'), type('group/add-member'))),
            live({ old: true }),
            toPullStream()
          ),