摘要:
SQLAlchemy安装 安装 pip install sqlalchemy -i https://pypi.douban.com/simple 连接的时候依赖pymysql 通过SQLAlchemy连接数据库 from sqlalchemy import create_engine # 数据库的配 阅读全文
posted @ 2019-12-19 17:01
小白森
阅读(630)
评论(0)
推荐(0)
摘要:
Pymysql 安装 pip install PyMySQL # -*- coding: utf-8 -*- import pymysql conn = pymysql.connect(host="192.168.32.71", user="root",password="redhat",datab 阅读全文
posted @ 2019-12-19 15:33
小白森
阅读(374)
评论(0)
推荐(0)

浙公网安备 33010602011771号