bbhsky / data-dictionary

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

Home Page:https://lonisy.github.io/data-dictionary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# 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数据库字典。

https://lonisy.github.io/data-dictionary/


Languages

Language:JavaScript 39.0%Language:CSS 32.6%Language:Vue 19.6%Language:PHP 7.3%Language:HTML 1.5%