Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lonisy/data-dictionary

Repository files navigation

data-dictionary

Mysql Database Dictionary - 简单易用的Mysql数据库字典程序

A Vue.js project

使用

  1. 复制 dist 目录到开发环境中 点击下载
  2. 生成数据库字典文件需要 php 环境, 请留意
  3. 修改 dist/data/initdata.php 中的 mysql 数据库配置信息
  4. 访问 dist 中的 index.html 点击右侧生成数据即可

其他

  • 双击表名或字段名, 即为复制操作

Build Setup

# install dependencies
sudo npm install
# npm install : gyp ERR! configure error .... https://www.jianshu.com/p/ef1e66e703dc
sudo npm install --unsafe-perm
# serve with hot reload at localhost:8080
sudo npm run dev
# build for production with minification
sudo npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Basic Usage

Copy the dist directory to your development environment.

Edit dist/data/initdata.php

...
$this->database_type = 'mysql';
$this->database_name = 'your database_name';
$this->host = 'localhost';
$this->username = 'your username';
$this->pwd = 'your pwd';
$this->charset = 'your charset';
...

Visit dist/index.html
Press 生成数据 on the index page

Related

zeroclipboard
zeroclipboard-demo
clipboardjs

About

数据库字典,MySQL数据库字典。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /