Download the PHP package slince/sql-to-markdown without Composer
On this page you can find all versions of the php package slince/sql-to-markdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slince/sql-to-markdown
More information about slince/sql-to-markdown
Files in slince/sql-to-markdown
Download slince/sql-to-markdown
More information about slince/sql-to-markdown
Files in slince/sql-to-markdown
Vendor slince
Package sql-to-markdown
Short Description Convert mysql table schema to markdown table
License MIT
Package sql-to-markdown
Short Description Convert mysql table schema to markdown table
License MIT
Please rate this library. Is it a good library?
Informations about the package sql-to-markdown
Sql To Markdown
Sql To Markdown 是一个可以将数据表的建表语句转换为 Markdown 表格的工具。
Installation
通过 Composer 安装
Usage
假设有一张表结构如下,将改sql保存到文件命名为 foo.sql
执行下面命令:
即可在当前文件夹下生成 foo.sql.md
文件。
name | type | length | default | comment |
---|---|---|---|---|
id | INT | 0 | primary | |
foo | DECIMAL | 20,2 | foo field | |
bar | VARCHAR | 20 | bar field |
支持在一个文件里添加多个 DDL
查看帮助
License
The MIT license. See MIT
All versions of sql-to-markdown with dependencies
PHP Build Version
Package Version
Requires
phpmyadmin/sql-parser Version
^5.0
symfony/console Version ^4.3
maddhatter/markdown-table Version ^1.0
symfony/console Version ^4.3
maddhatter/markdown-table Version ^1.0
The package slince/sql-to-markdown contains the following files
Loading the files please wait ....