1. 首页
  2. 编程语言
  3. Python
  4. sqlparser安装包Python2

sqlparser安装包Python2

上传者: 2019-01-12 11:00:20上传 ZIP文件 84.67KB 热度 76次
在项目开发中, 涉及到对SQL语句的展示, 对于复杂的SQL语句, 特别希望能够将其格式化后展示, 因此找到了开源项目sqlparser, 官网是https://github.com/andialbrecht/sqlparse。 使用Python2安装以后可以直接使用, 测试代码: 使用python2, import sqlparse print(sqlparse.format('update t set s=(case when total > 100 then 10 when total >=10 and total100 then 8
用户评论