ManageDB is a simple and user-friendly application for managing key-value databases. It allows users to create, edit, and delete keys, browse database contents, and perform various operations effortlessly.
- Create new key-value databases.
- Add, edit, or delete keys easily.
- Assign files and images as values and view them directly within the app.
- Browse database contents with an intuitive interface.
- Cross-platform support (details below).
- Lightweight and efficient, built with Fyne.
-
Click on Install below to download the program:
-
First, copy the program and move it to the Desktop
-
When you try to open the app, macOS might display the following error:
“This application ‘ManageDB.app’ can't be opened”.Follow these steps to resolve the issue:
- Open the Terminal.
- Go to the folder where the downloaded file is located
- Run the following command to grant executable permissions:
chmod +x ManageDB.app/Contents/MacOS/'KV-Toolbox'xattr -cr ManageDB.app
- Try opening
ManageDB.appagain. - The app should now run without any issues.
- Click on Install below to download the program:
- Double-click to run the installer and follow the setup instructions.
- Launch the app from your desktop or start menu.
-
Download the Program ,Click on Install below to download the program:
-
Extract the Downloaded File ,After downloading, extract the compressed file. Then go to the following address and open the KV-Toolbox file
ManageDB-linux/usr/local/bin
- Open the application.
- Create a new database: To create a new database, click on the "+" button and select the database you want, then click on "Create Database" in the opened window and enter the address you want.
- Open a new database: To open a database, click the "+" button and select the database you want, then click the "Open folder" button in the opened window and find your database.
- Add keys: Use the "Add" option to create new key-value pairs.
- You can also assign files, images, or other types of data as the value for a key. This feature allows you to efficiently manage and store additional resources, such as images and files, directly within your database.
- Edit keys: Find the key you want and click on it to change its value.
- Delete keys: Click the "delete" key in the main window and then enter the key you want.
- Search keys: Click on the search button and enter the key you want.
- macOS: Version 10.14 or later.
- Windows: Version 7 or later.
- Linux: Kernel version 4.0 or later.
- Storage: At least 100 MB of free space.
Below are some screenshots showcasing the application in action:
-
Add a New Database
- In the top-left corner, you'll see a + (plus) button.
Use this to add your desired database to the application.
- In the top-left corner, you'll see a + (plus) button.
-
View and Switch Databases
- On the left-hand sidebar, you'll find a list of databases you've added.
You can easily switch between your databases from this section.
- On the left-hand sidebar, you'll find a list of databases you've added.
-
Explore Database Content
- The middle section displays your database's information, including keys and values.
This is where you can view the content of your selected database.
- The middle section displays your database's information, including keys and values.
-
Perform Specific Actions
- At the top of the interface, you'll find several buttons.
Each button allows you to perform specific operations within the application.
- At the top of the interface, you'll find several buttons.
-
Edit Key or Value Details
- On the right-hand sidebar, you'll see detailed information about the selected key or value.
You can edit the details directly from this section.
- On the right-hand sidebar, you'll see detailed information about the selected key or value.
When you click the + (plus) button to add a new database, a new window will appear. This window includes the following sections:
-
Database Name
- Enter a name for your database in the first input field.
This name will only be used within the application and its configuration file; it does not change the actual file name of the database.
- Enter a name for your database in the first input field.
-
Comments
- In the next section, you can add a comment to describe your database.
This is optional and helps to add descriptive notes.
- In the next section, you can add a comment to describe your database.
-
Create New Database
- The Create Database checkbox lets you create a new database instead of reading an existing one.
Enable this option to easily initialize a new database.
- The Create Database checkbox lets you create a new database instead of reading an existing one.
-
Database Path
- In the next input field, provide the desired path to your database.
You can either type the path manually or use the Open Folder button to select it through the application.
- In the next input field, provide the desired path to your database.
-
Open Folder
- Clicking the Open Folder button allows you to choose a file or location.
This is used for reading or creating a database in the selected directory.
- Clicking the Open Folder button allows you to choose a file or location.
When you click the Add button at the top of the screen, the following window will appear.
This window allows you to add new values to your database. The values can be either text-based or file-based, depending on your selection and the options provided in the interface.
Refer to the image above for guidance on how to use this feature.