提交 9a111fd5 编写于 作者: P porju7

add README.MD

上级 5f7a0f29
`sqlmd`is a tool for generating table create sql
Here is an example
````text
# mx_user(table_name)
```text(table_comment)
用户表
```
(column info and * for primary key)
name|type|remark|defaultvalue
---|---|---|---
*id|varchar(100)|主键|-
name|varchar(100)|姓名|-
email|varchar(100)|邮箱|-
(index information)
### idx_name
- name
- email
````
ctrl+c to copy markdown to clipboard and execute the command:
```bash
java -jar sqlmd.jar [oracle|mysql]
```
the result will output in the console and paste into clipboard. just ctrl+v.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册