Skip to content

Latest commit

 

History

History
147 lines (102 loc) · 5.43 KB

README.MD

File metadata and controls

147 lines (102 loc) · 5.43 KB

IntelliJ IDEA 2021 java JDK Version release license

English | 简体中文

Table structure export

This tool is mainly used to export the table structure to facilitate the quick generation of the 《 Document of Database Structure》, and to quickly view the table structure and related information.
The tool is free forever, welcome to experience!
Download address: here
Other versions: download 【password:1111】

📖 Documentation

《Documentation of EasyDataBaseExport》

💬 Runtime environment requirements

  • 1.8.0_151+ (Recommended jdk_1.8.0_151, the unlimited strength governance policy is enabled for the JVM)

🔍 Database support

  • ✔ MySQL
  • ✔ Oracle
  • ✔ SqlServer
  • ✔ PostgreSQL
  • ✔ DM
  • ✔ KINGBASE8
  • ✔ DB2
  • ✔ XUGU 在这里插入图片描述

📑 Document support

  • ✔ Word
  • ✔ Excel
  • ✔ Markdown 在这里插入图片描述
  • ✔ Html 在这里插入图片描述
  • ✔ Pdf 在这里插入图片描述

👀 Function overview

Tips:The resources mentioned in the figure are all from the network and are only used to show the tool functions. The copyright belongs to the author.

  • Connect Page

在这里插入图片描述

  • Functions of Homepage

在这里插入图片描述

  • Export Custom

WordMarkdownHtml and Pdf can export the Primary-keys and Indexes of table
Excel can export Single sheet or More sheet

The configuration location is as follows:
在这里插入图片描述

  • Word

在这里插入图片描述

  • Excel

在这里插入图片描述

More sheet 在这里插入图片描述

  • Markdown

在这里插入图片描述

  • Html

在这里插入图片描述

  • Pdf

在这里插入图片描述

☕ Project structure

EasyDataBaseExport
└─ src/main/java/com/easydatabaseexport
    ├── `common`   
    ├── `core`  
    ├── `database`  
    ├── `entities` 
    ├── `enums`  
    ├── `exception`
    ├── `factory`
    ├── `log`   
    ├── `navicat`
    ├── `ui` 
    └── `util`

🏃 How to run

  • 1.Double-click jar
  • 2.Command line input : java -jar *.jar
  • 3.Run EasyDataBaseExportMain main-method

📦 Compile and package

img.png
Double click to run assembly:assembly to package

Note: Some adopted drivers are not uploaded to Maven warehouse
If the packaging error is reported, you will be prompted that the package cannot be found. Please run mvn install first.
img.png

⏳ Download

Lan zou yun:https://wwr.lanzoui.com/b02c7c0cb password:1111
Project:https://gitee.com/lzy549876/EasyDataBaseExport

📧 Contact me

QQ: 963565242
Mail: [email protected]

📌 Jetbrains plug-in

This plug-in is applicable to multiple JetBrains platforms (including but not limited to IntelliJ IDEA and PyCharm). It is developed based on the Database Tool, and all databases supported by the Database Tool are supported.
It implements the core functions of this tool. Welcome to try!💖 输入图片说明
Plug-in download address:
https://plugins.jetbrains.com/plugin/19672-easy-database-export

If this tool can help you, please click star. Thank you!!!