How to view Deno KV data locally? #20580
Replies: 3 comments 1 reply
-
|
In other words, do you want me to tell you what is necessary to operate KV data on the GUI? |
Beta Was this translation helpful? Give feedback.
-
|
The name of the file on local is called |
Beta Was this translation helpful? Give feedback.
-
Two years later, I ran into the same problem and ended up building a desktop app to manage Deno KV databases (browse, add, edit and delete entries through a GUI). If you’re still interested or if others land here, here’s a solution you can try: denokv-gui-client. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on an app and did something to get the following code to run:
Now I want to see the values in some sort of GUI, edit them, delete them, and create new values. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions