Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create VS Code Extension to Visualize Deno KV Database for Local Development #102

Open
akshit-vadodariya-st8 opened this issue Nov 15, 2024 · 0 comments

Comments

@akshit-vadodariya-st8
Copy link

Purpose:
The purpose of this issue is to create a VS Code extension that provides developers with an intuitive interface to visualize and interact with the Deno KV database.

Requirements:

  1. Deno KV Connection: The extension should be able to establish a connection to a locally running Deno KV database.
  2. Data Visualization: Provide a visual representation of the key-value pairs stored in the database, displaying data in a tabular or tree-like format.
  3. Basic Operations: Allow users to perform basic CRUD operations (Create, Read, Update, Delete) directly from the VS Code interface.
  4. Search and Filter: Implement search and filter functionality to help users quickly locate specific keys or values within the database.
  5. Key-Value Details: Display detailed information for each key-value pair, including type information and nested data structures if applicable.
  6. User Interface: Design a user-friendly UI that fits well within VS Code's design language, using panels, tabs, or a sidebar for easy navigation.

Expected Outcome:

  • A functional VS Code extension that allows developers to visualize and manage their Deno KV database seamlessly during local development.

reference: kivi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant