Metadata-Version: 2.1
Name: db2text
Version: 0.1.13
Summary: database to text
Home-page: https://gitee.com/chenc224/dbt
Author: Chen chuan
Author-email: kcchen@139.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# database to text

数据库结构等导出到文本的工具。

可以用来对数据库结构进行比较，检查变更，做版本控制等工作。

也可以用来根据数据库结构自动生成文档，自动更新源代码等。

# 使用方法

## 安装

使用pip install db2text即可安装执行。注意这个工具在linux下开发调试，在windows使用如果有异常，请告知我。

## 使用

在命令行执行dbt即可。可以带参数指定命令文件，如果未指定，则使用当前目录下的dbt.txt文件。

详细的使用手册请参考

https://gitee.com/chenc224/dbt/blob/master/database2text/datafile/usermenual.md

