Metadata-Version: 2.1
Name: DdlGeneratorTool
Version: 1.0.8
Summary: DDL文件解析程序
Home-page: https://gitee.com/visonforcoding/code-template-tools
Author: visonforcoding
Author-email: visonforcoding@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# ddl code generation tool

Currently, only supports generating Java objects.

## Installation

```
pip install DdlGeneratorTool
```

## ddl2Pojo Usage

```
DdlGeneratorTool kaquan_user_dicount.sql
```

- By default, the result will be printed to the current terminal window.
- If you want to save it to a file, you can use the `--ddl_file` parameter.

## Future Plans

-[] Support custom default file generation code

## development

```
python3 setup.py sdist bdist_wheel 
twine upload dist/*
```


