没有合适的资源?快使用搜索试试~ 我知道了~
sqlparse:用于Python的非验证SQL解析器模块
共73个文件
py:35个
sql:16个
rst:9个
需积分: 10 3 下载量 85 浏览量
2021-02-22
06:13:51
上传
评论 1
收藏 89KB ZIP 举报
温馨提示
python-sqlparse-解析SQL语句 sqlparse是用于Python的非验证SQL解析器。 它提供了对SQL语句的解析,拆分和格式化的支持。 该模块与Python 3.5+兼容,并根据的条款。 访问项目页面,为以获取有关该项目的更多信息。 快速开始 $ pip install sqlparse >> > import sqlparse >> > # Split a string containing two SQL statements: >> > raw = 'select * from foo; select * from bar;' >> > statements = sqlparse . split ( raw ) >> > statements [ 'select * from foo;' , 'select * from bar;' ] >> > # Fo
资源推荐
资源详情
资源评论
收起资源包目录
sqlparse-master.zip (73个子文件)
sqlparse-master
setup.py 284B
.gitignore 275B
Makefile 506B
CHANGELOG 17KB
sqlparse
__init__.py 2KB
lexer.py 2KB
engine
__init__.py 447B
statement_splitter.py 4KB
grouping.py 13KB
filter_stack.py 1KB
cli.py 6KB
utils.py 3KB
sql.py 20KB
formatter.py 7KB
__main__.py 610B
tokens.py 2KB
filters
output.py 4KB
__init__.py 1KB
aligned_indent.py 5KB
others.py 5KB
tokens.py 2KB
right_margin.py 2KB
reindent.py 9KB
keywords.py 29KB
exceptions.py 342B
.travis.yml 418B
MANIFEST.in 228B
TODO 290B
LICENSE 2KB
setup.cfg 1KB
examples
extract_table_names.py 2KB
column_defs_lowlevel.py 2KB
README.rst 2KB
tests
conftest.py 2KB
test_tokenize.py 6KB
test_cli.py 3KB
test_grouping.py 22KB
test_regressions.py 13KB
__init__.py 0B
files
encoding_gbk.sql 50B
function_psql.sql 3KB
casewhen_procedure.sql 150B
mysql_handler.sql 134B
function_psql2.sql 177B
stream.sql 44B
_Make_DirEntry.sql 109B
function.sql 187B
function_psql3.sql 171B
begintag_2.sql 357B
function_psql4.sql 221B
dashcomment.sql 88B
huge_select.sql 9KB
encoding_utf8.sql 76B
begintag.sql 45B
test_cp1251.sql 49B
test_keywords.py 424B
test_parse.py 15KB
test_format.py 25KB
test_split.py 5KB
docs
Makefile 3KB
sqlformat.1 2KB
source
api.rst 2KB
index.rst 696B
conf.py 6KB
intro.rst 4KB
ui.rst 559B
changes.rst 311B
analyzing.rst 1KB
license.rst 43B
indices.rst 92B
AUTHORS 3KB
.editorconfig 338B
tox.ini 303B
共 73 条
- 1
资源评论
王萌昊
- 粉丝: 26
- 资源: 4578
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功