简体中文 | English
An intelligent database query and exploration tool that supports dynamic connections to MySQL and Oracle databases, enabling visualization of table structures and data for querying and analysis.
- Support for multiple database types (MySQL, PostgreSQL, Oracle, SQL Server)
- Table structure viewing
- Paginated table data browsing
- SQL query execution
- Spring Boot
- JDBC (MySQL Connector/J and Oracle OJDBC)
- HikariCP connection pool
- RESTful API interface
- JDK 1.8
- Maven
- Clone the repository
git clone [email protected]:mynxg/db-explorer.git
- Run the project
Open the project in IntelliJ IDEA and run it
- API address
Web application: db-explorer-web
Contributions of code, issue reports, or improvement suggestions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details