unjs / unstorage

💾 Unstorage provides an async Key-Value storage API with conventional features like multi driver mounting, watching and working with metadata, dozens of built-in drivers and a tiny core.
https://unstorage.unjs.io
MIT License
1.77k stars 132 forks source link

Support deno kv #224

Open so1ve opened 1 year ago

so1ve commented 1 year ago

Describe the feature

Deno has a built-in kv storage, it would be great if we can use it with unstorage!

Additional information

pi0 commented 1 year ago

PR is more than welcome :)

so1ve commented 1 year ago

PR is more than welcome :)

Sure! I'll start working on this tomorrow :)