feat: 重构数据库导入路径,移除旧的数据库模块并添加新的数据库实现
This commit is contained in:
2
src/common/database/database_model.py
Normal file
2
src/common/database/database_model.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from peewee import *
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from src.common.database import db
|
||||
from common.database.database import db
|
||||
from src.common.logger import get_module_logger
|
||||
import traceback
|
||||
from typing import List, Any, Optional
|
||||
|
||||
Reference in New Issue
Block a user