Skip to main content

chain operation mysql database

Project description

mysqlchain Version

mysqlchain 是用链式方法操作mysql数据库的扩展包

安装

$ pip install mysqlchain

使用方法

from mysqlchain import chain

config = {
    'host': 'localhost',
    'port': 3306,
    'user': 'root',
    'password': '123456',
    'database': 'testdata',
    'charset': 'utf8'
}
db = chain(config)

使用手册

查看手册

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

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

Source Distribution

mysqlchain-1.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

mysqlchain-1.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded 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