https://github.com/lsk569937453/easy-viewer
Easy Viewer is a modern database management tool inspired by DBeaver, but built on the Tauri framework. It is designed to provide a lightweight, efficient, and user-friendly experience for managing and interacting with databases. Easy Viewer supports a wide range of database formats.
https://github.com/lsk569937453/easy-viewer
database database-management
Last synced: 3 months ago
JSON representation
Easy Viewer is a modern database management tool inspired by DBeaver, but built on the Tauri framework. It is designed to provide a lightweight, efficient, and user-friendly experience for managing and interacting with databases. Easy Viewer supports a wide range of database formats.
- Host: GitHub
- URL: https://github.com/lsk569937453/easy-viewer
- Owner: lsk569937453
- License: apache-2.0
- Created: 2023-11-02T14:43:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T07:58:58.000Z (over 1 year ago)
- Last Synced: 2025-03-03T08:29:15.100Z (over 1 year ago)
- Topics: database, database-management
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Viewer
## Overview
Easy Viewer is a modern database management tool inspired by DBeaver, but built on the Tauri framework. It provides a lightweight, fast, and secure way to manage your databases with a user-friendly interface. Whether you're a developer, database administrator, or just someone who needs to interact with databases, Easy Viewer is designed to simplify your workflow.
### Features
- Cross-Platform: Built with Tauri, Easy Viewer runs on Windows, macOS, and Linux.
- Lightweight: Thanks to Tauri's efficient architecture, Easy Viewer is lightweight and fast.
- Secure: Tauri ensures that your data is handled securely, with minimal exposure to vulnerabilities.
- User-Friendly Interface: Intuitive design makes it easy to navigate and manage your databases.
- Multiple Database Support: Supports a wide range of databases, including MySQL, PostgreSQL, SQLite, and more.
- Customizable: Tailor the interface to your needs with customizable themes and layouts.
## Installation
To get started with Easy Viewer, follow these steps:
1. Download the Latest Release: Visit the Releases page to download the latest version for your operating system.
2. Install the Application: Follow the installation instructions for your platform.
3. Launch Easy Viewer: Once installed, launch the application and start managing your databases.
## Usage
### Connecting to a Database
1. Open Easy Viewer and click on the "New Connection" button.
2. Select the Database Type from the dropdown menu.
3. Enter the Connection Details such as host, port, username, and password.
4. Test the Connection to ensure everything is set up correctly.
5. Save the Connection for future use.
### Managing Databases
- Browse Tables: Navigate through the tables in your database, view their structure, and explore the data.
- Run Queries: Use the built-in SQL editor to write and execute queries.
- Export Data: Export your data to various formats such as CSV, JSON, or SQL.
- Manage Users: Create, modify, or delete database users and their permissions.
### Video Documentation
For a more detailed walkthrough of Easy Viewer's features, check out the [video documentation](https://youtu.be/z759ab5_xO0).
### Contributing
We welcome contributions from the community! If you'd like to contribute to Easy Viewer, please follow these steps:
1. Fork the Repository: Create a fork of the Easy Viewer repository.
2. Create a Branch: Make your changes in a new branch.
3. Submit a Pull Request: Once your changes are ready, submit a pull request for review.
### License
Easy Viewer is open-source software licensed under the MIT License. See the LICENSE file for more details.
### Support
If you encounter any issues or have any questions, please open an issue on GitHub. We'll do our best to assist you.
### Acknowledgements
Special thanks to the Tauri team for providing the framework that powers Easy Viewer. Also, a big thank you to the open-source community for their continuous support and contributions.
Enjoy using Easy Viewer! We hope it makes your database management tasks easier and more efficient.