Your Deno key-value database, hosted in France
The shared data backend for your Deno applications, powered by the official denokv binary, installed and maintained by DINAO. Your data stays on our French servers.
What is Deno KV?
Deno KV is a transactional key-value database built into the Deno runtime. The denokv project provides the self-hostable version: a standalone binary, under the MIT license, which you run on a server and to which Deno processes connect via the KV Connect protocol.
Built on the same SQLite backend as Deno's embedded CLI database, the denokv binary is designed to run persistently on a VPS or Kubernetes cluster and handle thousands of concurrent requests from hundreds of different processes. It is ideal whenever multiple instances of an application need to share the same database.
The open-source binary includes continuous backup to S3 or GCS with point-in-time recovery (PITR), and integrates with standard SQLite tooling for replication and maintenance. An ideal solution for modern Deno applications requiring a shared data backend.
Host Deno KV at DINAO
Resource tiers compatible with Deno KV prerequisites (minimum 1 vCPU / 256 Mo / 5 Go). Hosted in France, fully managed.
- 1 dedicated vCPU
- 2 Go RAM
- 20 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 2 dedicated vCPU
- 4 Go RAM
- 40 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 4 dedicated vCPU
- 8 Go RAM
- 80 GB NVMe
- Daily backups
- Managed & monitored by DINAO
- 8 dedicated vCPU
- 16 Go RAM
- 160 GB NVMe
- Daily backups
- Managed & monitored by DINAO
Technical details
You might be wondering…
What is self-hosted Deno KV?
It is Deno's official denokv binary, which exposes your key-value database over the network via KV Connect. Multiple Deno processes can thus share the same database, hosted on your instance.
Why not use Deno's embedded KV?
Embedded KV is limited to a single process. As soon as multiple instances of your application need to access the same data, the self-hosted (or DINAO-managed) binary becomes necessary.
Is my data backed up?
Yes. denokv performs continuous backups to S3 or GCS with point-in-time recovery (PITR). DINAO configures and monitors your backups.
Where is the data hosted?
On DINAO's French infrastructure, in one of the available data centers. Your data never leaves the country.
Can I change plans or export my data?
Yes. You can upgrade or downgrade at any time, and the SQLite backend remains exportable with standard tooling — no proprietary lock-in.