All Projects → enilu → Database Doc Generator

enilu / Database Doc Generator

数据库文档成成器,根据数据库表DDL生成markdown和word文档,如果你觉得powerdesigener太重,可以试试这个小工具

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Database Doc Generator

Mtuner
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
Stars: ✭ 2,007 (+1060.12%)
Mutual labels:  tool
Tinyconsole
📱💬🚦 TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.
Stars: ✭ 1,929 (+1015.03%)
Mutual labels:  tool
Grex
A command-line tool and library for generating regular expressions from user-provided test cases
Stars: ✭ 4,847 (+2701.73%)
Mutual labels:  tool
Fdroidserver
F-Droid server and build tools.
Stars: ✭ 156 (-9.83%)
Mutual labels:  tool
Crana
A CLI tool to create React + Node apps with just one command
Stars: ✭ 160 (-7.51%)
Mutual labels:  tool
Motion
Navigation and insight in Go
Stars: ✭ 163 (-5.78%)
Mutual labels:  tool
Godot Texture Painter
A GPU-accelerated texture painter written in Godot 3.0
Stars: ✭ 155 (-10.4%)
Mutual labels:  tool
Technowlogger
TechNowLogger is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
Stars: ✭ 172 (-0.58%)
Mutual labels:  tool
Dotnetomdgenerator
A Roslyn-based cross-platform tool that generates an object model diagram from a set of C# source files or assemblies
Stars: ✭ 160 (-7.51%)
Mutual labels:  tool
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+1850.87%)
Mutual labels:  tool
Pile
⚡️ A simple & powerful app to organize your piled work at one place~
Stars: ✭ 158 (-8.67%)
Mutual labels:  tool
Dublin Traceroute
Dublin Traceroute is a NAT-aware multipath tracerouting tool
Stars: ✭ 159 (-8.09%)
Mutual labels:  tool
Deploy Rs
A simple multi-profile Nix-flake deploy tool.
Stars: ✭ 164 (-5.2%)
Mutual labels:  tool
Bindertool
Dark Souls II / Dark Souls III / Bloodborne bdt, bhd, bnd, dcx, tpf, fmg and param unpacking tool
Stars: ✭ 157 (-9.25%)
Mutual labels:  tool
Protodep
Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
Stars: ✭ 167 (-3.47%)
Mutual labels:  tool
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (-9.83%)
Mutual labels:  tool
Android Rocket Launcher
🚀 Launch android modules from the terminal
Stars: ✭ 161 (-6.94%)
Mutual labels:  tool
J2team Community
Join our group to see more
Stars: ✭ 172 (-0.58%)
Mutual labels:  tool
Laravel Nova Nested Form
This package allows you to include your nested relationships' forms into a parent form.
Stars: ✭ 169 (-2.31%)
Mutual labels:  tool
Seedsearcherstandalonetool
Minecraft, searching numeric seeds for specific features/biomes
Stars: ✭ 165 (-4.62%)
Mutual labels:  tool

database-doc-generator

数据库文档生成器

  • 该工具根据给定的链接生成数据库文档,如果你嫌powerdesigner太重,那么可以试试该工具。
  • 你可以下载release包来或者下载源代码来使用。
  • 如果使用源代码,需要先克隆该项目后运行mvn package打包,然后运行发布报中bin/start.bat
  • 运行程序后按照下面提示输入对应数据库参数:
choose database:
1:mysql
2:oracle
3:PostgreSQL
Select the appropriate numbers choose database type
(Enter 'c' to cancel): 3
input database name:
gunslite
input host:
localhost
input port:
5432
input username:
enilu
input password:
123456

  • 输入完成后回车,即可生成数据库文档目录${dbname}-doc,目录中文档以markdown文件为载体:

doc

  • 确保安装了gitbook后,进入上述文件目录的命令行窗口运行:gitbook serve
E:\\database-doc-generator-20181006100721\guns-lite-doc>gitbook serve
openssl config failed: error:02001003:system library:fopen:No such process
Live reload server started on port: 35729
Press CTRL+C to quit ...

info: 7 plugins are installed
info: loading plugin "livereload"... OK
info: loading plugin "highlight"... OK
info: loading plugin "search"... OK
info: loading plugin "lunr"... OK
info: loading plugin "sharing"... OK
info: loading plugin "fontsettings"... OK
info: loading plugin "theme-default"... OK
info: found 15 pages
info: found 0 asset files
info: >> generation finished with success in 1.6s !

Starting server ...
Serving book on http://localhost:4000

summary

table

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].