Metadata-Version: 2.1
Name: a2y-sql
Version: 0.8.0
Summary: A module that implements some SQL handy tools.
Home-page: http://www.sorobust.com/a2y/sql.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: mysql-connector >=2.2.6

# Python Module: a2y_sql
a2y_sql 模块从老旧的 sorobust.zip 大杂烩模块移植而来。
主要是为了完成天人轴承的轴承芯技术分解项目而创建。
这个模块具体实现的功能已经忘得差不多了。
因为现在又有了天人的项目，所以又要把这个模块重新熟悉使用起来。

刚开始的项目使用的数据库是 MySQL 5.1.4，安装程序在百度网盘中，名字叫 mysql-essential-5.1.4.msi。
使用的数据库工具是 Navicat-MySql.rar。
由于当时的数据库还一直使用着，后面也只能继续使用这个老旧的版本。
为了稳定，避免不必要的麻烦，数据库连接模块也就只能继续使用已经 deprecated 的 mysql-connector-2.2.x。
只是，那时候使用的是 Python2.7，现在是 Python3.6，旧版的 connector 时候能跟 Python3.6 和平共处还是个问题哦……
