Skip to main content

DDL文件解析程序

Project description

ddl code generation tool

Currently, only supports generating Java objects.

Installation

pip3 install DdlGeneratorTool

ddl2Pojo Usage

  1. 从文件创建
DdlGeneratorTool kaquan_user_dicount.sql
  1. 从粘贴板直接创建
 DdlGeneratorTool --p true   
  • 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.

效果

development

python3 setup.py sdist bdist_wheel 
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DdlGeneratorTool-1.2.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

DdlGeneratorTool-1.2-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page