plugin-data-persistence icon indicating copy to clipboard operation
plugin-data-persistence copied to clipboard

💾 Data persistence plugin for Lyra

Results 4 plugin-data-persistence issues
Sort by recently updated
recently updated
newest added

Hi, I'm not sure that this issue depends on this plugin, but I want to know if there is a way to avoid it so we can track similar issues....

After the merge of https://github.com/LyraSearch/docs/pull/2, it's necessary to update the **docs link** removing the `docs` prefix. ![image](https://user-images.githubusercontent.com/11861080/185636031-a415f9bf-354a-45c3-a062-fa882add1e90.png) **From**: [https://docs.lyrajs.io/docs/plugins/plugin-data-persistence](https://docs.lyrajs.io/docs/plugins/plugin-data-persistence) **To**: [https://docs.lyrajs.io/plugins/plugin-data-persistence/](https://docs.lyrajs.io/plugins/plugin-data-persistence/)

As for now, the plugin runs on Node.js, but it will need to run on any browser/runtime. We should probably create different builds for different runtimes and environments to support...

enhancement
good first issue
help wanted

Previously posted in the lyra repo: --- From an API perspective, if I was creating a persistence package, I would want the ability to persist on each change to the...