This commit is contained in:
27942
2025-12-19 19:16:41 +08:00
parent 060678f203
commit b04a1da4c3
19 changed files with 746788 additions and 192 deletions

View File

@@ -1,7 +1,7 @@
from peewee import *
# 连接到 SQLite 数据库,如果文件不存在会自动创建
db = SqliteDatabase(r'E:\新建文件夹\lm_job\models\database.db')
db = SqliteDatabase(r'database.db')
import pymysql