# db_site **Repository Path**: ad-py3/db_site ## Basic Information - **Project Name**: db_site - **Description**: 提供接口接收sql语句,并执行, - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装依赖 ```angular2html pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt ``` ### 接口地址 ###### 只接收post请求 ```angular2html http://10.3.9.243/sql_api ``` ### 请求接收json数据格式 app:服务名 sql:执行语句 ```angular2html { "app":"ctp-aaa", "sql":"select * from tbl_test;alter table tbl_test rename to aaa_test;" } ``` ### 请求截图 ![img.png](img.png)