|
|
|
|
|
by zja
995 days ago
|
|
> The KV feature in the Deno runtime can be used without the hosting service. But one writes to foundation, and the other writes to a sqlite file. You wouldn’t be able to self host an app written for Deno Deploy and have it work out of the box. Are there any plans to open source the KV backend so that people could host their own KV databases? Now that you can connect to remote Kv databases, I suppose someone could implement their own? |
|
As someone mentioned elsewhere, they have documented the protocol, so yes you could reimplement your own remote KV store.