🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

zx-mysql

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zx-mysql

A MySQL cloud library

0.1.0
PyPI
Maintainers
1

zx_mysql

zx_mysql 是一个用于连接和操作 MySQL 数据库的 Python 库。

安装

pip install zx_mysql


from mysql_cloud import MySqlCloud

# 初始化数据库连接
test = MySqlCloud('localhost', 3306, 'user', 'password')
# 连接数据库
connection = test.connect_database('test_db')



FAQs

Did you know?

Socket

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