code=utf8

:connect
driver=mysql
#host=服务器地址
#user=用户名
#password=密码
#database=库
#port=3306
#charset=utf8
dbcfg=kaoqin
:readdata
:render
file=test/xxx.md
help=n
#table=tgroup tuser t_user_group t_app_group
#使用help=y可以打印出传入模板的数据，方便写模板的时候使用
start=## {{ tname }} 
## {{ tname }} {{ tdesc }}
| 字段名 | 类型 | 空 | 默认值 | 说明 |
| :----  | :---- | :---- | :---- | :---- |
{% for c in ori %}| {{ c.COLUMN_NAME }} | {{ c.COLUMN_TYPE }} | {% if c.IS_NULLABLE == "YES" %}可{% endif %} | {{ c.COLUMN_DEFAULT or "" }} | {{ c.COLUMN_COMMENT }} |
{% endfor %}
end=

:end
