a tool for linking mysql with python3.6, base on module pymysql
Project description
mysqlLink
===========
From del.icio.us to Python. Based on work done by Frank Timmermann\ [#]_.
See `license.txt`__.
Installation::
% python setup.py install
or pip install mysqlLink
And either import the (documented) class::
>>> import mysqlLink
Use the functions on the module, listed below.
def mysql_connect(Host, Port, User, Passwd, Db, Charset):# Make a link object
def execute_sql(connect, sql):# Execute sql after making a link object
Please do `Email <1341449544@qq.com>`_ any bugs.
Overview
--------
Use functions in my module can help you work easily when you are developing DBS with MySQL.
Documentation
-------------
Historical
----------
===========
From del.icio.us to Python. Based on work done by Frank Timmermann\ [#]_.
See `license.txt`__.
Installation::
% python setup.py install
or pip install mysqlLink
And either import the (documented) class::
>>> import mysqlLink
Use the functions on the module, listed below.
def mysql_connect(Host, Port, User, Passwd, Db, Charset):# Make a link object
def execute_sql(connect, sql):# Execute sql after making a link object
Please do `Email <1341449544@qq.com>`_ any bugs.
Overview
--------
Use functions in my module can help you work easily when you are developing DBS with MySQL.
Documentation
-------------
Historical
----------
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
mysqlLink-1.2.tar.gz
(1.8 kB
view details)
File details
Details for the file mysqlLink-1.2.tar.gz
.
File metadata
- Download URL: mysqlLink-1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb90eb99e4620192f0a44f4c8000ea02ee42001114a5d41a5bfd46549b079be7 |
|
MD5 | 91ac7bfa3493c54ba95557d17dba96a7 |
|
BLAKE2b-256 | 66e2d9afe6e3644d7ed26e59a859e4f58c7f30abc48a6a5b03558ab79061cc01 |