删除过期数据
This commit is contained in:
@@ -19,5 +19,5 @@ DB_URL = f'mysql+pymysql://{USERNAME}:{PASSWORD}@{HOSTNAME}:{PORT}/{DATABASE}'
|
||||
SHOW_SQL = False
|
||||
|
||||
Engine = create_engine(DB_URL, echo=SHOW_SQL)
|
||||
Base = declarative_base(Engine)
|
||||
Base = declarative_base()
|
||||
MysqlSession = sessionmaker(bind=Engine)
|
||||
|
||||
Reference in New Issue
Block a user