autobase
autobase copied to clipboard
Autobase lets you write concise multiwriter data structures with Hypercore
This issue is for tracking missing documentation. Please add suggestions below.
Hi Autobase team, I’m working with Autobase and have a question regarding dynamically adding views. I understand views are created during the initial open function, but is there a way...
`base.system.createApplyTickHistoryStream()` emits once per `apply` tick with an object of the form: ``` { index: Number, // the index of the 'info' block in the `system.db` views: [{ key, appends...