session.query is the old API. The asynchronous version uses select and accompanying methods. from sqlalchemy.future import select from ...
確定! 回上一頁