摘要: 更改数据 from playhouse.migrate import *# SQLite example: my_db = SqliteDatabase('my_database.db') migrator = SqliteMigrator(my_db)# 使用migrate()执行一个或多个操作 阅读全文
posted @ 2021-04-24 13:32 胸怀丶若谷 阅读(327) 评论(0) 推荐(0)
摘要: 模块名:peewee 安装方法: pip install peewee 官方教程:http://docs.peewee-orm.com/en/latest/ 阅读全文
posted @ 2021-04-24 12:51 胸怀丶若谷 阅读(122) 评论(0) 推荐(0)