設定使用 SQLAlchemy 時的連線持續時間

示範使用 SQLAlchemy 連線至 Cloud SQL for SQL Server 時,連線可保留的秒數上限設定。

深入探索

如需包含此程式碼範例的詳細說明文件,請參閱以下文件:

程式碼範例

Python

如要驗證 Cloud SQL for SQL Server,請設定應用程式預設憑證。詳情請參閱「為本機開發環境設定驗證機制」。

# 'pool_recycle' is the maximum number of seconds a connection can persist.
# Connections that live longer than the specified amount of time will be
# re-established
pool_recycle=1800,  # 30 minutes

後續步驟

如要搜尋及篩選其他 Google Cloud 產品的程式碼範例,請參閱 Google Cloud 範例瀏覽器