primatejs / primate

Polymorphic development platform
https://primatejs.com
MIT License
159 stars 9 forks source link

support key-value stores #124

Open terrablue opened 1 month ago

terrablue commented 1 month ago

We ideally want to support key-value stores such as redis, as well as stores that are available on the cloud (like Cloudflare Workers KV, etc.).

Should this be part of @primate/store, or added as a separate module @primate/kv?

Which stores are we interested in supporting?