Connect to Deno KV cloud and self-hosted databases from Python.
The denokv
package is an unofficial Python client for the Deno KV database. It can connect to
both the distributed cloud KV service, or self-hosted denokv server (which can be a replica of a cloud KV database, or standalone).
It implements version 3 of the KV Connect protocol spec, published by Deno.
The package is under active development and is not yet stable or feature-complete.
Working:
- Reading data with kv.get(), kv.list()
To-do: