摘要: 一、介绍 二、基本操作 创建表: 1 from sqlalchemy import create_engine 2 from sqlalchemy.ext.declarative import declarative_base 3 from sqlalchemy import Column,Inte 阅读全文
posted @ 2017-06-29 16:19 鸽子灬 阅读(200) 评论(0) 推荐(0) 编辑