... sessionmaker(autocommit=False,autoflush=False,bind=engine) def get_db() -> Generator: #new try: db = SessionLocal() yield db finally: db.close().
確定! 回上一頁