Socket
Socket
Sign inDemoInstall

mysqlchain

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mysqlchain

chain operation mysql database


Maintainers
1

Readme

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)

使用手册

查看手册

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc