在教程中找到了基本知識。 from sqlalchemy import * db = create_engine('mssql+pyodbc://user:pass@ip_address/database_name') ...
確定! 回上一頁