Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 2.05 KB

README-EN.md

File metadata and controls

72 lines (42 loc) · 2.05 KB

Database Explorer Platform

简体中文 | 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.

image-20250226203426308

image-20250226203548713

Features

  • Support for multiple database types (MySQL, PostgreSQL, Oracle, SQL Server)
  • Table structure viewing
  • Paginated table data browsing
  • SQL query execution

Tech Stack

  • Spring Boot
  • JDBC (MySQL Connector/J and Oracle OJDBC)
  • HikariCP connection pool
  • RESTful API interface

Installation and Running

Prerequisites

  • JDK 1.8
  • Maven

Installation Steps

  1. Clone the repository
git clone [email protected]:mynxg/db-explorer.git
  1. Run the project

Open the project in IntelliJ IDEA and run it

  1. API address

http://localhost:8076/api

Frontend Project:

Web application: db-explorer-web

Contributing

Contributions of code, issue reports, or improvement suggestions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details

Star History

Star History Chart