← Back to catalog Deno KV · managed by DINAO

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.

Hosted in FranceGDPR CompliantTransactional Key-ValueContinuous S3 BackupOfficial publisher image
Overview

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.

Compatible offers

Host Deno KV at DINAO

Resource tiers compatible with Deno KV prerequisites (minimum 1 vCPU / 256 Mo / 5 Go). Hosted in France, fully managed.

Découverte
1 vCPU · 2 Go · 20 Go
9,90 € /month excl. VAT
  • 1 dedicated vCPU
  • 2 Go RAM
  • 20 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Performance
4 vCPU · 8 Go · 80 Go
39,90 € /month excl. VAT
  • 4 dedicated vCPU
  • 8 Go RAM
  • 80 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Under the hood

Technical details

vCPU
1 vCPU
ideal : 2 vCPU
Memory
256 Mo
ideal : 1 Go
Disk
5 Go
ideal : 20 Go
Image : ghcr.io/denoland/denokv:latest Registry : ghcr.io Services : denokv Ports : 4512
FAQ

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.