README.MD

    sqlmdis a tool for generating table create sql

    Here is an example

    # 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:

    java -jar sqlmd.jar [oracle|mysql]

    the result will output in the console and paste into clipboard. just ctrl+v.

    项目简介

    当前项目暂无项目简介

    发行版本

    当前项目没有发行版本

    贡献者 1

    开发语言

    • Java 73.4 %
    • CSS 19.0 %
    • HTML 7.6 %