ivoleitao / stash

Key-value store abstraction with plain and cache driven semantics and a pluggable backend architecture.
MIT License
85 stars 16 forks source link

Pocketbase Support? #37

Closed topcheese closed 1 year ago

topcheese commented 2 years ago

Hi, I just discovered your package and I'm planning to use it for my project. I also just discovered Pocketbase, and I think I'd also like to use that. I just looked at that package, but I shouldn't have any serious problems using it with Stash as a backend? https://pub.dev/packages/pocketbase

ivoleitao commented 2 years ago

Well it depends on what you want to do exactly. Stash was designed to be used as a complement to the main metadata of your app. Most of the times using stash as a local cache or repo for key values of your app is the scenario.

However it was not designed to interact remotely with an API although it's perfectly possible. However I'm not sure if that's what you are asking to be honest