arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Extract raw DB data for debugging #319

Open KyleMaas opened 3 years ago

KyleMaas commented 3 years ago

See #317

It would be very nice if we had some method of extracting the raw database data for debugging.

It'd be even better if that did not include the user's private key, so it could be safely shared even for non-throw-away accounts.

Unfortunately, this one is beyond my capabilities. Don't know enough about db2 internals to do this properly.