fix issue
This commit is contained in:
@@ -33,6 +33,8 @@ Path(sqlite_path).parent.mkdir(parents=True, exist_ok=True)
|
||||
engine = create_async_engine(
|
||||
f"sqlite+aiosqlite:///{sqlite_path}",
|
||||
echo=False,
|
||||
pool_size=1,
|
||||
max_overflow=0,
|
||||
)
|
||||
|
||||
# ──────────────────────────── 会话工厂 ────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user