Skip to main content

Get the mysql's tokens by the tool.

Project description

mysqltokenparser

https://img.shields.io/pypi/v/mysqltokenparser.svg https://img.shields.io/travis/LoveXiaoLiu/mysqltokenparser.svg Documentation Status Updates

Get the mysql’s tokens by the tool.

Quickstart

示例代码:

pip install mysqltokenparser

import mysqltokenparser as mtp
token_obj = mtp.mysql_token_parser("select name from student")
tn = token_obj.get_tablename()
in = token_obj.get_indexname()
cn = token_obj.get_columnnames()
print "table name:", tn
print "index name:", in
print "column name:", cn

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2019-07-08)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mysqltokenparser-0.3.0.tar.gz (399.0 kB view hashes)

Uploaded Source

Built Distribution

mysqltokenparser-0.3.0-py2.py3-none-any.whl (405.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page