Skip to content

๐Ÿ“„ This plugin is used to generate a MarkDown structure document for the MySQL database table.

License

Notifications You must be signed in to change notification settings

songdaochuanshu/mysql-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

mysql-markdown

GitHub stars GitHub license

NPM

Illustrate

This plugin is used to generate a MarkDown structure document for the MySQL database table.

image

Installation

npm install mysql-markdown --save
or
yarn add mysql-markdown

DEMO

// import { MySQLMarkdown } from 'mysql-markdown'
const { MySQLMarkdown } = require('mysql-markdown');


let template = new MySQLMarkdown({
  database: 'template',
  user: 'template',
  password: '123456',
  host: 'localhost',
  port: 3306,
  output: './',
  fileName: 'template',
});

template.build();

About

๐Ÿ“„ This plugin is used to generate a MarkDown structure document for the MySQL database table.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published