How to view Deno KV data in production? #20581
Replies: 2 comments 1 reply
-
|
I just saw @lucacasonato address this question in this AMA. He said you have to create your own endpoints. Like have an endpoint that calls Note that this was 6/13/23 though and they also said they're going to have better ways to handle this in the the future. |
Beta Was this translation helpful? Give feedback.
-
Hi @adamzerner, funny enough, I ran into the exact same need you described two years ago. If you’re still using Deno KV, feel free to check it out: denokv-gui-client |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Deno KV in an app that I deployed with Deno Deploy. In going to the "KV" tab on https://dash.deno.com and scrolling down, I see the following. However, 1) the data gets cut off, and 2) I'd like to be able to CRUD the data via a GUI. How can I do those things?
Beta Was this translation helpful? Give feedback.
All reactions