自己项目中拆分出来的一个小工具
- 1. 通过数据库表结构自动生成 api 接口
- 2. 通过数据库表结构自动生成 api 接口文档
- 通过数据库表结构自动生成 api 接口,减少重复劳动
- 格式化返回 更加的规范
- 读取的配置文件 可以自定义查询配置
- 定时任务,自动更新接口
- python 版本 3.9.18 已测试
- 安装依赖
pip install -r requirements.txt
- 修改配置文件
utils/setting.py
中的配置 - 运行
apiFromSsql.py
文件python apiFromSsql.py
A small tool extracted from a personal project
- 1. Automatically generate API interfaces based on database table structure
- 2. Automatically generate API interface documentation based on database table structure
- Automatically generate API interfaces based on database table structure to reduce repetitive work
- Standardized formatting of returns
- Customizable query configurations in the read configuration file
- Scheduled tasks for automatic interface updates
- Tested with Python version 3.9.18
- Install dependencies
pip install -r requirements.txt
- Modify configurations in the
utils/setting.py
file - Run the
apiFromSsql.py
filepython apiFromSsql.py