GithubHelp home page GithubHelp logo

lonisy / data-dictionary Goto Github PK

View Code? Open in Web Editor NEW
55.0 6.0 19.0 1.7 MB

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

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

PHP 8.86% JavaScript 47.25% HTML 1.79% Vue 23.75% SCSS 18.36%
php mysql mysql-database-dictionary vuejs

data-dictionary's Introduction

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

data-dictionary's People

Contributors

dependabot[bot] avatar lonisy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

data-dictionary's Issues

SyntaxError when npm run dev

[root data-dictionary-master]# npm run dev

[email protected] dev /data/mysql/data-dictionary-master
node build/dev-server.js

/data/mysql/data-dictionary-master/build/dev-server.js:26
log: () => {}
^
SyntaxError: Unexpected token )
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:945:3
npm ERR! weird error 8
npm ERR! not ok code 0

/acorn/bin/acorn

ENOTSUP: operation not supported on socket, symlink '../acorn/bin/acorn' -> '/mnt/hgfs/www/dictionary/data-dictionary/node_modules/.bin/acorn'

solution

sudo npm install -no-bin-links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.