1
摘要: SQLAlchemy安装 安装 pip install sqlalchemy -i https://pypi.douban.com/simple 连接的时候依赖pymysql 通过SQLAlchemy连接数据库 from sqlalchemy import create_engine # 数据库的配 阅读全文
posted @ 2019-12-19 17:01 小白森 阅读(597) 评论(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 小白森 阅读(350) 评论(0) 推荐(0) 编辑