Skip to main content

A library that makes MySQL operation more convenient.

Project description

PyMysqlTools


PyMysqlTools 是一个能以更方便的方式操作mysql的库

使用示例

1. 建立mysql连接
    ```python
        mysql = PyMysqlTools(
            'example',
            username='root',
            password='123456'
        )

        print(mysql)
        # 这样, 你就建立了一个mysql的本地连接
    ```

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

PyMysqlTools-0.3.4.tar.gz (8.1 kB view hashes)

Uploaded Source

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