I would like to use persistent nanostore in my astro application for multiple use-cases. However the different use-cases can't all work with localStorage
or sessionStorage
exclusively as the engine.
Is there a way to have an engine per store? Looking at the code of the lib there doesn't seem to be, but if anyone else faced this issue what is a workaround?