BetterDB for Valkey offers a streamlined approach to managing Valkey databases directly in VS Code. With features like multi-connection management, a key browser for efficient filtering, and integrated CLI support, it enhances productivity while ensuring security through the use of the SecretStorage API. Perfect for developers looking to optimize their workflow.
BetterDB for Valkey offers a robust solution for lightweight Valkey database management directly within Visual Studio Code. This extension enables seamless browsing of keys, editing of values, and executing commands without exiting the editor, thus enhancing productivity.
Efficiently save and manage multiple Valkey/Redis connections securely using VS Code's SecretStorage API. This prevents credentials from being stored in plaintext configuration files.
Conveniently scan and filter keys based on patterns. Users can view key types and Time-To-Live (TTL) at a glance, with support for wildcard patterns such as user:*, session:*, or *:cache.
Manage Valkey data types through specialized editors, allowing for viewing, editing, and deleting of data.
| Type | View | Edit | Delete |
|---|---|---|---|
| String | ✓ | ✓ | ✓ |
| Hash | ✓ | ✓ | ✓ |
| List | ✓ | ✓ | ✓ |
| Set | ✓ | ✓ | ✓ |
| Sorted Set | ✓ | ✓ | ✓ |
| Stream | ✓ | — | ✓ |
Execute commands within the editor using a fully integrated command line interface. Key features include:
BetterDB for Valkey emphasizes security with:
To begin using BetterDB, install the extension from the VS Code Marketplace and access the BetterDB panel within the Activity Bar to connect to databases, browse keys, and utilize the complete range of features.
Developers interested in contributing or setting up the project locally can find guidance in the CONTRIBUTING.md file.
For more information, visit the BetterDB Monitoring Platform for insights on Valkey management and leverage BetterDB for a streamlined database experience.
No comments yet.
Sign in to be the first to comment.