mysql-markdown
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i mysql-markdown

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

220 kB

Total Files

11

Last publish

Collaborators

  • songdaochuanshu