UUID of managed KV database
Hello, I am trying to follow this doc to connect a Deno KV from an application running elsewhere (not Deno Deploy). I don't know where to find the database uuid. Is there something I am missing? Is it even possible to access KV from outside Deno Deploy?
KV on Deno Deploy | Deno Docs
Deno KV is currently experimental and subject to change. While we do our
12 Replies
Yes, it's possible. The UUID is available on the KV tab of your Deploy dashboard.
I only get a static screen :
Maybe I have to try to use it from a Deploy script first?
Whats the name of your project? Change it in the following link and try again:
https://dash.deno.com/projects/$YOUR_PRROJECT/kv
That's the URL I am on
Is this for an organization?
no, I use deployctl, no GitHub
That is because you haven't used kv yet
populate it with some values and that'll appear
I supposed it was something like that. I just uploaded a script which simply open and writes a key and now it shows the info. Thanks!
Hmm, that's a suboptimal experience. Maybe raise an issue on the Deploy issue tracker?
GitHub
[KV Feedback]: Show database UUID even if it has not been used yet ...
🔍 Did you search for existing issues? Type of feedback Feature request Description I would like to use KV from outside Deno Deploy. For this I need the database uuid. Unfortunately, the uuid does n...
We’ll fix this!